]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
2.6.4 has higher numbers for some reason here
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Feb 2010 21:33:08 +0000 (21:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Feb 2010 21:33:08 +0000 (21:33 +0000)
test/aaa_profiling/test_zoomark_orm.py

index d07d0b6f7ec02ddc7de84bf4f55177ab38c1fd82..d427794ac82bf21e2de577754a96112eec15e4cc 100644 (file)
@@ -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()