From: Mike Bayer Date: Wed, 7 Dec 2011 20:14:46 +0000 (-0500) Subject: callcount X-Git-Tag: rel_0_7_4~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34fd58c793bac0d5a8a9e0ae2dbfcf93e8b7c602;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcount --- diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 4e28f1c1fb..8cc2e00879 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -88,11 +88,11 @@ class MergeTest(fixtures.MappedTest): # using sqlite3 the C extension took it back up to approx. 1257 # (py2.6) - @profiling.function_call_count( + @profiling.function_call_count(variance=0.10, versions={'2.5':1050, '2.6':1050, '2.6+cextension':988, '2.7':1005, - '3':1005} + '3':1050} ) def go(): p2 = sess2.merge(p1)