From: Mike Bayer Date: Mon, 20 Dec 2010 01:14:39 +0000 (-0500) Subject: callcounts X-Git-Tag: rel_0_7b1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2cbd2428138e133eaba929c6d57a3a609c0e2d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcounts --- 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()