]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcounts due to more engine event logic
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Jul 2012 13:49:36 +0000 (09:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Jul 2012 13:49:36 +0000 (09:49 -0400)
test/aaa_profiling/test_orm.py

index 1f2e6bb89ee0d6ccc0ef89c256bec787379c6984..b29b4b36e085e8aa5cc87ee2226b33f1d43b75af 100644 (file)
@@ -89,10 +89,8 @@ class MergeTest(fixtures.MappedTest):
         # (py2.6)
 
         @profiling.function_call_count(variance=0.10,
-                                versions={'2.5':1050, '2.6':1050,
-                                        '2.6+cextension':1014,
-                                        '2.7':1014,
-                                        '3':1050}
+                                versions={'2.7': 1128,
+                                        '3': 1150}
                             )
         def go():
             p2 = sess2.merge(p1)