summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-04-23 18:53:58 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-04-23 18:53:58 -0400
commit101da94e1282a410557784272bda58222ac048b4 (patch)
treeff28da0f37aa458a611cf0168327130d27ea3c86 /test/aaa_profiling
parentee5dd855a72146327ee109f048a1ccba9cdc374a (diff)
downloadsqlalchemy-101da94e1282a410557784272bda58222ac048b4.tar.gz
the callcounts are greater here since object_mapper() has a little more overhead to it now
Diffstat (limited to 'test/aaa_profiling')
-rw-r--r--test/aaa_profiling/test_orm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py
index e5e04eea8..8d2c37410 100644
--- a/test/aaa_profiling/test_orm.py
+++ b/test/aaa_profiling/test_orm.py
@@ -70,7 +70,7 @@ class MergeTest(fixtures.MappedTest):
# third call, merge object already present. almost no calls.
@profiling.function_call_count(variance=0.05,
- versions={'2.7':11, '2.6':11, '2.5':15, '3': 12})
+ versions={'2.7':14, '2.6':14, '2.5':15, '3': 12})
def go():
return sess2.merge(p2, load=False)
p3 = go()