diff options
-rw-r--r-- | test/aaa_profiling/test_zoomark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 0ecd908e7..50b3da076 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() |