]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcounts in 2.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Dec 2010 00:29:47 +0000 (19:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Dec 2010 00:29:47 +0000 (19:29 -0500)
test/aaa_profiling/test_zoomark.py

index ec489beb15d3c8907f19b4d9020bdde89985f785..7108f4c94b3f6cadfab5db9570f6108b48f7cf26 100644 (file)
@@ -358,7 +358,7 @@ class ZooMarkTest(TestBase):
         metadata = MetaData(engine)
         engine.connect()
 
-    @profiling.function_call_count(3012, {'2.4': 1827})
+    @profiling.function_call_count(3012, {'2.4': 1711})
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
@@ -370,7 +370,7 @@ class ZooMarkTest(TestBase):
     def test_profile_2_insert(self):
         self.test_baseline_2_insert()
 
-    @profiling.function_call_count(3834, {'2.4': 2347})
+    @profiling.function_call_count(3834, {'2.4': 2158})
     def test_profile_3_properties(self):
         self.test_baseline_3_properties()