From: Mike Bayer Date: Mon, 17 Nov 2008 02:02:42 +0000 (+0000) Subject: r5281 knocked down callcounts in 2.5.. X-Git-Tag: rel_0_5_0~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2cbdb2ce08b359a2e761046ca5e6453b6729668;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git r5281 knocked down callcounts in 2.5.. --- diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index 79c954688f..3a6cc9795f 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 edf37ba040..831f60c805 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()