From 153248cf7b74e7dfcd29e093aea51657e74148fc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 9 Aug 2012 17:49:36 -0400 Subject: [PATCH] adjust --- 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 0ecd908e71..50b3da076f 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -385,7 +385,7 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_4_expressions(self): self.test_baseline_4_expressions() - @profiling.function_call_count(1059, variance=0.10) + @profiling.function_call_count(875, variance=0.10) def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() -- 2.47.3