]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcounts
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Dec 2010 01:14:39 +0000 (20:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Dec 2010 01:14:39 +0000 (20:14 -0500)
test/aaa_profiling/test_zoomark.py
test/aaa_profiling/test_zoomark_orm.py

index fbf1fe30c27ba6bc5d0310999a40ffbc05716ef6..5a93bda9a9b47739ffb908e721cfb54a1b22877c 100644 (file)
@@ -361,7 +361,7 @@ class ZooMarkTest(TestBase):
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
-    @profiling.function_call_count(5045, {'2.4': 3650})
+    @profiling.function_call_count(5045, {'2.6':5371, '2.4': 3650})
     def test_profile_1a_populate(self):
         self.test_baseline_1a_populate()
 
index a8c94f1c7f355302e3cbe5f4a9439932d342d9bb..fee5f8aa22ac095a91c5c44f71c1a9a8b698bedc 100644 (file)
@@ -356,7 +356,7 @@ class ZooMarkTest(TestBase):
 
     # and this number go down slightly when using the C extensions
 
-    @profiling.function_call_count(22510, {'2.6': 24055, '2.7': 22921})
+    @profiling.function_call_count(22510, {'2.6': 22775, '2.7': 22921})
     def test_profile_4_expressions(self):
         self.test_baseline_4_expressions()