From 6c2cbd2428138e133eaba929c6d57a3a609c0e2d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 19 Dec 2010 20:14:39 -0500 Subject: [PATCH] callcounts --- test/aaa_profiling/test_zoomark.py | 2 +- test/aaa_profiling/test_zoomark_orm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index fbf1fe30c2..5a93bda9a9 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -361,7 +361,7 @@ class ZooMarkTest(TestBase): def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() - @profiling.function_call_count(5045, {'2.4': 3650}) + @profiling.function_call_count(5045, {'2.6':5371, '2.4': 3650}) def test_profile_1a_populate(self): self.test_baseline_1a_populate() diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index a8c94f1c7f..fee5f8aa22 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -356,7 +356,7 @@ class ZooMarkTest(TestBase): # and this number go down slightly when using the C extensions - @profiling.function_call_count(22510, {'2.6': 24055, '2.7': 22921}) + @profiling.function_call_count(22510, {'2.6': 22775, '2.7': 22921}) def test_profile_4_expressions(self): self.test_baseline_4_expressions() -- 2.47.3