]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcount update for cext + 2.7
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 19:00:27 +0000 (15:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 19:00:27 +0000 (15:00 -0400)
test/aaa_profiling/test_zoomark.py
test/aaa_profiling/test_zoomark_orm.py

index dfea8312a24e7edd8fdf80999f46b5091afdbb23..2ac9aa632d1410e1f495e961e4983c7ae7282e5f 100644 (file)
@@ -387,14 +387,15 @@ class ZooMarkTest(fixtures.TestBase):
     def test_profile_5_aggregates(self):
         self.test_baseline_5_aggregates()
 
-    @profiling.function_call_count(1788, {'2.4': 1118, '3.2':1647})
+    @profiling.function_call_count(1788, {'2.4': 1118, '3.2':1647, 
+                                        '2.7+cextension':1698})
     def test_profile_6_editing(self):
         self.test_baseline_6_editing()
 
     @profiling.function_call_count(2252, {'2.4': 1673, 
                                             '2.6':2412,
                                             '2.7':2412,
-                                            '2.7+cextension':2252
+                                            '2.7+cextension':2110
                                             '2.6+cextension': 2252})
     def test_profile_7_multiview(self):
         self.test_baseline_7_multiview()
index 592e63701e99bef8b22f98d1a384f094f7630d04..3363a6094a4eaa44ed1ae5b59876bbb4d4dde1f0 100644 (file)
@@ -334,7 +334,8 @@ class ZooMarkTest(fixtures.TestBase):
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
-    @profiling.function_call_count(5786, {'2.7+cextension':5992, '2.6+cextension':5992})
+    @profiling.function_call_count(5786, {'2.7+cextension':5683, 
+                                            '2.6+cextension':5992})
     def test_profile_1a_populate(self):
         self.test_baseline_1a_populate()