From: Mike Bayer Date: Mon, 6 Dec 2010 00:29:47 +0000 (-0500) Subject: callcounts in 2.4 X-Git-Tag: rel_0_7b1~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=175f1510d5bb2c7d5e3e5c46ab27d250013e327b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcounts in 2.4 --- 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()