From: Mike Bayer Date: Sat, 7 May 2011 17:15:53 +0000 (-0400) Subject: - two fn calls reduced on this for some reason. X-Git-Tag: rel_0_6_8~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05a8fd48a3385839bbe4a7838ea018472e98f5af;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - two fn calls reduced on this for some reason. --- diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index f2b876837c..2066df6c7d 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -53,8 +53,8 @@ class MergeTest(_base.MappedTest): # down from 185 on this this is a small slice of a usually # bigger operation so using a small variance - @profiling.function_call_count(95, variance=0.001, - versions={'2.4': 67, '3': 96}) + @profiling.function_call_count(93, variance=0.001, + versions={'2.4': 65, '3': 96}) def go(): return sess2.merge(p1, load=False) p2 = go()