From 405b00f1de00759b4def7cc893aab9e9eafba63d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 11 Jun 2012 19:44:58 -0400 Subject: [PATCH] callcount --- test/aaa_profiling/test_orm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index b7da6b2d8c..f9b4c6a41b 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() -- 2.47.3