From: Mike Bayer Date: Fri, 18 Jul 2008 22:28:16 +0000 (+0000) Subject: zoomarks have gone up as a result of r4936, possibly others. not clear why X-Git-Tag: rel_0_5beta3~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb0dc0694384614153b83a17a58fe36e2219091;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git zoomarks have gone up as a result of r4936, possibly others. not clear why --- diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index 9c32e3b78e..47e459e6e7 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -324,11 +324,11 @@ class ZooMarkTest(TestBase): def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() - @profiling.function_call_count(5726, {'2.4': 3635}) + @profiling.function_call_count(5726, {'2.4': 3844}) def test_profile_1a_populate(self): self.test_baseline_1a_populate() - @profiling.function_call_count(322, {'2.4': 195}) + @profiling.function_call_count(322, {'2.4': 213}) def test_profile_2_insert(self): self.test_baseline_2_insert() @@ -344,7 +344,7 @@ class ZooMarkTest(TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(2054, {'2.4': 1193}) + @profiling.function_call_count(2054, {'2.4': 1256}) def test_profile_6_editing(self): self.test_baseline_6_editing() diff --git a/test/profiling/zoomark_orm.py b/test/profiling/zoomark_orm.py index f347be52cc..9e6bcbadda 100644 --- a/test/profiling/zoomark_orm.py +++ b/test/profiling/zoomark_orm.py @@ -290,11 +290,11 @@ class ZooMarkTest(TestBase): def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() - @profiling.function_call_count(12478) + @profiling.function_call_count(13636, {'2.4':12478}) def test_profile_1a_populate(self): self.test_baseline_1a_populate() - @profiling.function_call_count(1184) + @profiling.function_call_count(1254, {'2.4':1184}) def test_profile_2_insert(self): self.test_baseline_2_insert()