]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- two fn calls reduced on this for some reason.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 May 2011 17:15:53 +0000 (13:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 May 2011 17:15:53 +0000 (13:15 -0400)
test/aaa_profiling/test_orm.py

index f2b876837c4967bffb833743b8e330fbd69c1419..2066df6c7d2a047f4c89575bc3b84ae06d403ebe 100644 (file)
@@ -53,8 +53,8 @@ class MergeTest(_base.MappedTest):
         # down from 185 on this this is a small slice of a usually
         # bigger operation so using a small variance
 
-        @profiling.function_call_count(95, variance=0.001,
-                versions={'2.4': 67, '3': 96})
+        @profiling.function_call_count(93, variance=0.001,
+                versions={'2.4': 65, '3': 96})
         def go():
             return sess2.merge(p1, load=False)
         p2 = go()