]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
lower call counts for 2.4, hurray
authorPhilip Jenvey <pjenvey@underboss.org>
Fri, 14 Aug 2009 04:01:54 +0000 (04:01 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Fri, 14 Aug 2009 04:01:54 +0000 (04:01 +0000)
test/aaa_profiling/test_zoomark.py

index e3621444f14d4283e08a9cc69d02cf89635ad318..8a567773f4b2482b411a0181520597a443836bc7 100644 (file)
@@ -327,7 +327,7 @@ class ZooMarkTest(TestBase):
     def test_profile_1a_populate(self):
         self.test_baseline_1a_populate()
 
-    @profiling.function_call_count(282, {'2.4': 202})
+    @profiling.function_call_count(282, {'2.4': 186})
     def test_profile_2_insert(self):
         self.test_baseline_2_insert()