]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
some call count reduction
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 01:59:56 +0000 (20:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 01:59:56 +0000 (20:59 -0500)
test/aaa_profiling/test_zoomark_orm.py

index 21f31488dbd23945a7d16df2e30f7237902a71c3..483ca335aef1f65131c64556407b3cebdf11e355 100644 (file)
@@ -340,7 +340,7 @@ class ZooMarkTest(fixtures.TestBase):
     def test_profile_1a_populate(self):
         self.test_baseline_1a_populate()
 
-    @profiling.function_call_count(416, {'3.2':390})
+    @profiling.function_call_count(393, {'3.2':360})
     def test_profile_2_insert(self):
         self.test_baseline_2_insert()