From: Mike Bayer Date: Sun, 4 Dec 2011 01:59:56 +0000 (-0500) Subject: some call count reduction X-Git-Tag: rel_0_7_4~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00b7f8be52d756136a2ef71f192fc37f3b6229b7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git some call count reduction --- diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index 21f31488db..483ca335ae 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -340,7 +340,7 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_1a_populate(self): self.test_baseline_1a_populate() - @profiling.function_call_count(416, {'3.2':390}) + @profiling.function_call_count(393, {'3.2':360}) def test_profile_2_insert(self): self.test_baseline_2_insert()