diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-28 20:46:06 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-28 20:46:06 +0000 |
| commit | 6ec5b489c60bc474af76220c32ea61939af90daa (patch) | |
| tree | acfa919cc0a4735b8796428cf8869cc011c21c68 /test/aaa_profiling/test_pool.py | |
| parent | 08f2c2c19a2f66eaf3c243bd1db7ace82f0e1286 (diff) | |
| download | sqlalchemy-6ec5b489c60bc474af76220c32ea61939af90daa.tar.gz | |
callcounts
Diffstat (limited to 'test/aaa_profiling/test_pool.py')
| -rw-r--r-- | test/aaa_profiling/test_pool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index 33631ad4c..752787f4e 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -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() |
