From 9914074390770e4119e407aa910ac49d716f484c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 3 Sep 2010 15:29:32 -0400 Subject: [PATCH] reduce callcounts --- test/aaa_profiling/test_zoomark_orm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index 0b699eeade..3e30efa245 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -366,7 +366,7 @@ class ZooMarkTest(TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(3172) + @profiling.function_call_count(2929) def test_profile_6_editing(self): self.test_baseline_6_editing() -- 2.47.2