From: Philip Jenvey Date: Fri, 14 Aug 2009 04:01:54 +0000 (+0000) Subject: lower call counts for 2.4, hurray X-Git-Tag: rel_0_6beta1~332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e94210cdf5126633c6373a0196452f8a89ba2382;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git lower call counts for 2.4, hurray --- diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index e3621444f1..8a567773f4 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -327,7 +327,7 @@ class ZooMarkTest(TestBase): def test_profile_1a_populate(self): self.test_baseline_1a_populate() - @profiling.function_call_count(282, {'2.4': 202}) + @profiling.function_call_count(282, {'2.4': 186}) def test_profile_2_insert(self): self.test_baseline_2_insert()