From 2bee05098e09dcdf09f7c8ff1c7efeba0c2fc9f2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 19 Jul 2012 09:49:36 -0400 Subject: [PATCH] callcounts due to more engine event logic --- test/aaa_profiling/test_orm.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 1f2e6bb89e..b29b4b36e0 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -89,10 +89,8 @@ class MergeTest(fixtures.MappedTest): # (py2.6) @profiling.function_call_count(variance=0.10, - versions={'2.5':1050, '2.6':1050, - '2.6+cextension':1014, - '2.7':1014, - '3':1050} + versions={'2.7': 1128, + '3': 1150} ) def go(): p2 = sess2.merge(p1) -- 2.47.3