diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-07-19 09:49:36 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-07-19 09:49:36 -0400 |
commit | 2bee05098e09dcdf09f7c8ff1c7efeba0c2fc9f2 (patch) | |
tree | b07b3448b29488de46e870b21d4260b86ed73b77 | |
parent | 3e55ed778b38d1ee18e1317b431c53ac1f6b141f (diff) | |
download | sqlalchemy-2bee05098e09dcdf09f7c8ff1c7efeba0c2fc9f2.tar.gz |
callcounts due to more engine event logic
-rw-r--r-- | test/aaa_profiling/test_orm.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 1f2e6bb89..b29b4b36e 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -89,10 +89,8 @@ class MergeTest(fixtures.MappedTest): # (py2.6) @profiling.function_call_count(variance=0.10, - versions={'2.5':1050, '2.6':1050, - '2.6+cextension':1014, - '2.7':1014, - '3':1050} + versions={'2.7': 1128, + '3': 1150} ) def go(): p2 = sess2.merge(p1) |