diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-23 11:46:47 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-23 11:46:47 -0400 |
| commit | 04e6faa2d9c29286a278fb9a0d2d430de837cabb (patch) | |
| tree | 09ce8fef7bd844a498188a569967712fb2c9f366 /test/aaa_profiling/test_pool.py | |
| parent | e597d3d14527eb163c6fd78e5e135525fc14c3c8 (diff) | |
| download | sqlalchemy-04e6faa2d9c29286a278fb9a0d2d430de837cabb.tar.gz | |
callcounts, due to the DummyLock cleanup
Diffstat (limited to 'test/aaa_profiling/test_pool.py')
| -rw-r--r-- | test/aaa_profiling/test_pool.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index 0b9b38a51..78abe2a00 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -32,9 +32,9 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults): # probably # due to the event mechanics being established # or not already... - @profiling.function_call_count(72, {'2.4': 63, '2.7':67, - '2.7+cextension':67, - '3':55}, + @profiling.function_call_count(72, {'2.4': 68, '2.7':75, + '2.7+cextension':75, + '3':62}, variance=.10) def test_first_connect(self): conn = pool.connect() |
