]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
reduce callcounts
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Sep 2010 19:29:32 +0000 (15:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Sep 2010 19:29:32 +0000 (15:29 -0400)
test/aaa_profiling/test_zoomark_orm.py

index 0b699eeadedbb8dd911c314e9416db14f3dbb865..3e30efa245931f185684d876f4521ff405476405 100644 (file)
@@ -366,7 +366,7 @@ class ZooMarkTest(TestBase):
     def test_profile_5_aggregates(self):
         self.test_baseline_5_aggregates()
 
-    @profiling.function_call_count(3172)
+    @profiling.function_call_count(2929)
     def test_profile_6_editing(self):
         self.test_baseline_6_editing()