]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
some 2.4 bumps probably due to the tuple/list thing
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 00:25:02 +0000 (00:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 00:25:02 +0000 (00:25 +0000)
test/aaa_profiling/test_zoomark.py

index d7ccd2e6dfab7acce0056e4b2ebee1eb5bbdaeff..34eb77632bef31b54c7eaf5ad01566310f81f1e5 100644 (file)
@@ -323,7 +323,7 @@ class ZooMarkTest(TestBase):
         engine.dialect._unwrap_connection = engines.unwrap_connection
         metadata = MetaData(engine)
 
-    @profiling.function_call_count(3178, {'2.4': 1913})
+    @profiling.function_call_count(3178, {'2.4': 2012})
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
@@ -343,7 +343,7 @@ class ZooMarkTest(TestBase):
     def test_profile_4_expressions(self):
         self.test_baseline_4_expressions()
 
-    @profiling.function_call_count(1311, {'2.4': 854})
+    @profiling.function_call_count(1311, {'2.4': 904})
     def test_profile_5_aggregates(self):
         self.test_baseline_5_aggregates()