diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-02-05 15:48:15 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-02-05 15:48:15 -0500 |
| commit | 28765734826f2619fcfd40f047a5980c3af49010 (patch) | |
| tree | 114681116d3ea3e2e77ff0b39efe07d0f064d1eb /test/aaa_profiling | |
| parent | a4e3bc61bcb1f1aeaa334f6da4f3b9fcb3059d00 (diff) | |
| download | sqlalchemy-28765734826f2619fcfd40f047a5980c3af49010.tar.gz | |
callcount adjust
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_resultset.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index f84dd72c8..9d4b2e10a 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -86,8 +86,8 @@ class ExecutionTest(fixtures.TestBase): @profiling.function_call_count(versions={'2.4':41, '2.5':58, '2.6':58, '3':57, - '2.7':56, - '2.6+cextension':56}, + '2.7':60, + '2.6+cextension':60}, variance=.05) def go(): e.execute("select 1") |
