]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
zoomark has additional callcount drops on this side
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2010 18:28:33 +0000 (14:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2010 18:28:33 +0000 (14:28 -0400)
test/aaa_profiling/test_zoomark_orm.py

index 9b31d82f5689b56eb9d87ff24580e963e1fd8f40..4d816cfc1b01936b300a4ed108743302fb678266 100644 (file)
@@ -295,7 +295,7 @@ class ZooMarkTest(TestBase):
     def test_profile_1a_populate(self):
         self.test_baseline_1a_populate()
 
-    @profiling.function_call_count(903, {'2.4':903})
+    @profiling.function_call_count(848)
     def test_profile_2_insert(self):
         self.test_baseline_2_insert()
 
@@ -313,7 +313,7 @@ class ZooMarkTest(TestBase):
     def test_profile_5_aggregates(self):
         self.test_baseline_5_aggregates()
 
-    @profiling.function_call_count(3343)
+    @profiling.function_call_count(3172)
     def test_profile_6_editing(self):
         self.test_baseline_6_editing()