From e94210cdf5126633c6373a0196452f8a89ba2382 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 14 Aug 2009 04:01:54 +0000 Subject: [PATCH] lower call counts for 2.4, hurray --- test/aaa_profiling/test_zoomark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.47.3