]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcounts
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Feb 2010 20:46:06 +0000 (20:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Feb 2010 20:46:06 +0000 (20:46 +0000)
test/aaa_profiling/test_pool.py

index 33631ad4c7150ce07d3a0ee020d2b0171f8ac779..752787f4e41541b197dc4134655d45200d70c03a 100644 (file)
@@ -18,7 +18,7 @@ class QueuePoolTest(TestBase, AssertsExecutionResults):
                          use_threadlocal=True)
 
 
-    @profiling.function_call_count(64, {'2.4': 36, '3.0':57, '3.1':57})
+    @profiling.function_call_count(64, {'2.4': 42, '3.0':57, '3.1':57})
     def test_first_connect(self):
         conn = pool.connect()