diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-05 17:47:09 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-05 17:47:09 -0500 |
| commit | 15297eb4fba04225ec435c43a386af928365fc19 (patch) | |
| tree | c413f766f4c4acdc14b37b5a4cd17d514346eda2 /test/aaa_profiling/test_pool.py | |
| parent | 1562860feaf3432c37ca6ad58df06bd2bedfdf67 (diff) | |
| download | sqlalchemy-15297eb4fba04225ec435c43a386af928365fc19.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 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() |
