summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_pool.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-12-05 17:47:09 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-12-05 17:47:09 -0500
commit15297eb4fba04225ec435c43a386af928365fc19 (patch)
treec413f766f4c4acdc14b37b5a4cd17d514346eda2 /test/aaa_profiling/test_pool.py
parent1562860feaf3432c37ca6ad58df06bd2bedfdf67 (diff)
downloadsqlalchemy-15297eb4fba04225ec435c43a386af928365fc19.tar.gz
callcounts...
Diffstat (limited to 'test/aaa_profiling/test_pool.py')
-rw-r--r--test/aaa_profiling/test_pool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py
index ea8d1f9cd..a3c0f725e 100644
--- a/test/aaa_profiling/test_pool.py
+++ b/test/aaa_profiling/test_pool.py
@@ -20,7 +20,7 @@ class QueuePoolTest(TestBase, AssertsExecutionResults):
@profiling.function_call_count(72, {'2.4': 63, '2.7':67,
'2.7+cextension':67,
- '3.0':65, '3.1':65},
+ '3.0':73, '3.1':73},
variance=.10)
def test_first_connect(self):
conn = pool.connect()