diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-11 19:44:58 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-11 19:44:58 -0400 |
commit | 405b00f1de00759b4def7cc893aab9e9eafba63d (patch) | |
tree | 818581b9edf60a933763ac8e9f7824c87afcabcc | |
parent | e6749b6973de0d43b9ab8991d9a8895e0762cb65 (diff) | |
download | sqlalchemy-405b00f1de00759b4def7cc893aab9e9eafba63d.tar.gz |
callcount
-rw-r--r-- | test/aaa_profiling/test_orm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index b7da6b2d8..f9b4c6a41 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -62,7 +62,7 @@ class MergeTest(fixtures.MappedTest): # bigger operation so using a small variance @profiling.function_call_count(variance=0.05, - versions={'2.7':93, '2.6':93, '2.5':94, '3': 95}) + versions={'2.7':93, '2.6':93, '2.5':94, '3': 100}) def go(): return sess2.merge(p1, load=False) p2 = go() |