]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcount
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Dec 2011 20:14:46 +0000 (15:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Dec 2011 20:14:46 +0000 (15:14 -0500)
test/aaa_profiling/test_orm.py

index 4e28f1c1fbd27ed082f3dcaa8818380714b16246..8cc2e008797bbe81f8b1eafce41fa10c7bd2b467 100644 (file)
@@ -88,11 +88,11 @@ class MergeTest(fixtures.MappedTest):
         # using sqlite3 the C extension took it back up to approx. 1257
         # (py2.6)
 
-        @profiling.function_call_count(
+        @profiling.function_call_count(variance=0.10,
                                 versions={'2.5':1050, '2.6':1050,
                                         '2.6+cextension':988, 
                                         '2.7':1005,
-                                        '3':1005}
+                                        '3':1050}
                             )
         def go():
             p2 = sess2.merge(p1)