]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcount adjust
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Feb 2012 20:48:15 +0000 (15:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Feb 2012 20:48:15 +0000 (15:48 -0500)
test/aaa_profiling/test_resultset.py

index f84dd72c8b9f29a41d543436552a05edb67e17ff..9d4b2e10a5c7b18a64dda4ff7698daec8de152e1 100644 (file)
@@ -86,8 +86,8 @@ class ExecutionTest(fixtures.TestBase):
 
         @profiling.function_call_count(versions={'2.4':41, '2.5':58, 
                                                     '2.6':58, '3':57,
-                                                    '2.7':56,
-                                                    '2.6+cextension':56}, 
+                                                    '2.7':60,
+                                                    '2.6+cextension':60}, 
                                             variance=.05)
         def go():
             e.execute("select 1")