From 34fd58c793bac0d5a8a9e0ae2dbfcf93e8b7c602 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 7 Dec 2011 15:14:46 -0500 Subject: [PATCH] callcount --- test/aaa_profiling/test_orm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.3