From 175f1510d5bb2c7d5e3e5c46ab27d250013e327b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 5 Dec 2010 19:29:47 -0500 Subject: [PATCH] callcounts in 2.4 --- test/aaa_profiling/test_zoomark.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index ec489beb15..7108f4c94b 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -358,7 +358,7 @@ class ZooMarkTest(TestBase): metadata = MetaData(engine) engine.connect() - @profiling.function_call_count(3012, {'2.4': 1827}) + @profiling.function_call_count(3012, {'2.4': 1711}) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() @@ -370,7 +370,7 @@ class ZooMarkTest(TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(3834, {'2.4': 2347}) + @profiling.function_call_count(3834, {'2.4': 2158}) def test_profile_3_properties(self): self.test_baseline_3_properties() -- 2.47.2