]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcounts
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Feb 2012 16:50:01 +0000 (11:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Feb 2012 16:50:01 +0000 (11:50 -0500)
test/aaa_profiling/test_resultset.py

index 53fe20ac9f3181a2483bc2b9001145ac09b7851f..db253ce004b9005dd168188f9ae8b6102635d6a4 100644 (file)
@@ -71,8 +71,8 @@ class ExecutionTest(fixtures.TestBase):
         # ensure initial connect activities complete
         c.execute("select 1")
 
-        @profiling.function_call_count(versions={'2.7':36, '2.6':35, '2.5':35, 
-                                                    '2.4':21, '3':34}, 
+        @profiling.function_call_count(versions={'2.7':40, '2.6':40, '2.5':35, 
+                                                    '2.4':21, '3':40}, 
                                             variance=.10)
         def go():
             c.execute("select 1")