diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-02-15 11:50:01 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-02-15 11:50:01 -0500 |
| commit | 28a5529fbf0cd4ef6c5f2c3cbfde64942c05b020 (patch) | |
| tree | 09ea2f73ee0b6afa19b52a9120d0ea8294ce18a3 /test/aaa_profiling | |
| parent | 7feaad21e66a21cef5ee6f28bb637c96a7ed54c0 (diff) | |
| download | sqlalchemy-28a5529fbf0cd4ef6c5f2c3cbfde64942c05b020.tar.gz | |
callcounts
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 53fe20ac9..db253ce00 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -71,8 +71,8 @@ class ExecutionTest(fixtures.TestBase): # ensure initial connect activities complete c.execute("select 1") - @profiling.function_call_count(versions={'2.7':36, '2.6':35, '2.5':35, - '2.4':21, '3':34}, + @profiling.function_call_count(versions={'2.7':40, '2.6':40, '2.5':35, + '2.4':21, '3':40}, variance=.10) def go(): c.execute("select 1") |
