]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
zoomarks have gone up as a result of r4936, possibly others. not clear why
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Jul 2008 22:28:16 +0000 (22:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Jul 2008 22:28:16 +0000 (22:28 +0000)
test/profiling/zoomark.py
test/profiling/zoomark_orm.py

index 9c32e3b78e50904a37da80f280b5af722651288e..47e459e6e729067d5dc5b4b0149a9d8e2b455a9c 100644 (file)
@@ -324,11 +324,11 @@ class ZooMarkTest(TestBase):
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
-    @profiling.function_call_count(5726, {'2.4': 3635})
+    @profiling.function_call_count(5726, {'2.4': 3844})
     def test_profile_1a_populate(self):
         self.test_baseline_1a_populate()
 
-    @profiling.function_call_count(322, {'2.4': 195})
+    @profiling.function_call_count(322, {'2.4': 213})
     def test_profile_2_insert(self):
         self.test_baseline_2_insert()
 
@@ -344,7 +344,7 @@ class ZooMarkTest(TestBase):
     def test_profile_5_aggregates(self):
         self.test_baseline_5_aggregates()
 
-    @profiling.function_call_count(2054, {'2.4': 1193})
+    @profiling.function_call_count(2054, {'2.4': 1256})
     def test_profile_6_editing(self):
         self.test_baseline_6_editing()
 
index f347be52ccf85e17a08d48775ac77b088c810aae..9e6bcbadda22d3e08fff5b31d2b4c86794cd10b8 100644 (file)
@@ -290,11 +290,11 @@ class ZooMarkTest(TestBase):
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
-    @profiling.function_call_count(12478)
+    @profiling.function_call_count(13636, {'2.4':12478})
     def test_profile_1a_populate(self):
         self.test_baseline_1a_populate()
 
-    @profiling.function_call_count(1184)
+    @profiling.function_call_count(1254, {'2.4':1184})
     def test_profile_2_insert(self):
         self.test_baseline_2_insert()