]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcount tweak here, this moved up due to r5b6237e3f068
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 15:34:56 +0000 (11:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 15:34:56 +0000 (11:34 -0400)
test/aaa_profiling/test_orm.py

index 8d2c3741079803a7beb5fb8d1a6c1ae9a5ab7ccd..0049b4007d38aed648aba0d95896ef03f58e2efe 100644 (file)
@@ -91,11 +91,10 @@ class MergeTest(fixtures.MappedTest):
         @profiling.function_call_count(variance=0.10,
                                 versions={'2.5':1050, '2.6':1050,
                                         '2.6+cextension':988, 
-                                        '2.7':1005,
+                                        '2.7':1014,
                                         '3':1050}
                             )
         def go():
-            print "GO"
             p2 = sess2.merge(p1)
         go()