]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add some callcounts with cextensions, [ticket:1723]
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2010 16:47:01 +0000 (12:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2010 16:47:01 +0000 (12:47 -0400)
test/aaa_profiling/test_zoomark.py
test/aaa_profiling/test_zoomark_orm.py

index 0c090acb7c8ad330db09901eba2473db11eca592..d62a87e7d3c555a836cb84d13a1c78e24f64bdd0 100644 (file)
@@ -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': 904})
+    @profiling.function_call_count(1311, {'2.4': 904, '2.6+cextension':1226})
     def test_profile_5_aggregates(self):
         self.test_baseline_5_aggregates()
 
index 8304c93839fb5dae4e1bbb2cf7ef38ea84e3d7d1..5b962b695fbeed9d0bd41ceb38f0c621f2fce8fd 100644 (file)
@@ -300,7 +300,7 @@ class ZooMarkTest(TestBase):
         self.test_baseline_2_insert()
 
     # this number...
-    @profiling.function_call_count(6783, {'2.6':7194})
+    @profiling.function_call_count(6783, {'2.6':7194, '2.6+cextension':7184})
     def test_profile_3_properties(self):
         self.test_baseline_3_properties()
 
@@ -309,7 +309,7 @@ class ZooMarkTest(TestBase):
     def test_profile_4_expressions(self):
         self.test_baseline_4_expressions()
 
-    @profiling.function_call_count(1313)
+    @profiling.function_call_count(1313, {'2.6+cextension':1236})
     def test_profile_5_aggregates(self):
         self.test_baseline_5_aggregates()