diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-05 16:09:53 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-05 16:09:53 -0500 |
| commit | dd2b208d867c58403cbf2ff0f37b61942460204f (patch) | |
| tree | 95ef41f3687908a4410fda23740f7f5ba8abef76 /test/aaa_profiling/test_pool.py | |
| parent | 09355f514c96b2234ea34995cfab5fb7991faf3b (diff) | |
| download | sqlalchemy-dd2b208d867c58403cbf2ff0f37b61942460204f.tar.gz | |
- fix callcount for 2.6
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 b03afbacc..ffe8dc63a 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': 42, '2.7':67, + @profiling.function_call_count(72, {'2.4': 42, '2.7':67, '2.7+cextension':67, '3.0':65, '3.1':65}, variance=.10) |
