From 0c5d66e7802f8a48f7d93152614459e27dfbd7e1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 16 Jun 2012 19:58:40 -0400 Subject: [PATCH] callcount adjust --- 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 8cc2e00879..8de217f046 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -90,7 +90,7 @@ class MergeTest(fixtures.MappedTest): @profiling.function_call_count(variance=0.10, versions={'2.5':1050, '2.6':1050, - '2.6+cextension':988, + '2.6+cextension':1005, '2.7':1005, '3':1050} ) -- 2.47.2