]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- callcount
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Dec 2010 23:42:58 +0000 (18:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Dec 2010 23:42:58 +0000 (18:42 -0500)
test/aaa_profiling/test_zoomark_orm.py

index 6efb8be786e5b6f07e24998d8d01db8f87de3a30..66975ffde91ffa01d39d3b177355c95cbdb44cc4 100644 (file)
@@ -331,7 +331,7 @@ class ZooMarkTest(TestBase):
         session = sessionmaker()()
         engine.connect()
 
-    @profiling.function_call_count(4898)
+    @profiling.function_call_count(4592)
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()