From: Mike Bayer Date: Mon, 15 Feb 2010 21:33:08 +0000 (+0000) Subject: 2.6.4 has higher numbers for some reason here X-Git-Tag: rel_0_6beta2~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23735fd8e1a11ae0354fd787b1234386f2f72292;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 2.6.4 has higher numbers for some reason here --- diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index d07d0b6f7e..d427794ac8 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -299,11 +299,11 @@ class ZooMarkTest(TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(6783) + @profiling.function_call_count(6783, {'2.6.4':7194}) def test_profile_3_properties(self): self.test_baseline_3_properties() - @profiling.function_call_count(22510) + @profiling.function_call_count(22510, {'2.6.4':24055}) def test_profile_4_expressions(self): self.test_baseline_4_expressions()