diff options
| -rw-r--r-- | test/profiling/zoomark.py | 2 | ||||
| -rw-r--r-- | test/profiling/zoomark_orm.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index 79c954688..3a6cc9795 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -332,7 +332,7 @@ class ZooMarkTest(TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(3858, {'2.4': 2347}) + @profiling.function_call_count(3618, {'2.4': 2347}) def test_profile_3_properties(self): self.test_baseline_3_properties() diff --git a/test/profiling/zoomark_orm.py b/test/profiling/zoomark_orm.py index edf37ba04..831f60c80 100644 --- a/test/profiling/zoomark_orm.py +++ b/test/profiling/zoomark_orm.py @@ -298,11 +298,11 @@ class ZooMarkTest(TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(6765) + @profiling.function_call_count(6385) def test_profile_3_properties(self): self.test_baseline_3_properties() - @profiling.function_call_count(23957) + @profiling.function_call_count(22508) def test_profile_4_expressions(self): self.test_baseline_4_expressions() |
