]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
minor callcount bump resulting from r3876c9c0b9a4
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Sep 2011 21:18:10 +0000 (17:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Sep 2011 21:18:10 +0000 (17:18 -0400)
test/aaa_profiling/test_zoomark.py
test/aaa_profiling/test_zoomark_orm.py

index 587d522cdaf78b2ddb3f8a5ad46c5cb007efb1ac..cbb71051604b135a65394bec68298515cd3df093 100644 (file)
@@ -358,7 +358,7 @@ class ZooMarkTest(fixtures.TestBase):
         metadata = MetaData(engine)
         engine.connect()
 
-    @profiling.function_call_count(3599, {'2.4': 1711})
+    @profiling.function_call_count(3896, {'2.4': 1711})
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
index 18c1f037f7e643988367dfccb352a1c108c644df..eaa94e3e516ffc3a179cc98e309e20ea905e85d7 100644 (file)
@@ -331,7 +331,7 @@ class ZooMarkTest(fixtures.TestBase):
         session = sessionmaker()()
         engine.connect()
 
-    @profiling.function_call_count(5245)
+    @profiling.function_call_count(5600)
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
@@ -368,7 +368,7 @@ class ZooMarkTest(fixtures.TestBase):
     def test_profile_5_aggregates(self):
         self.test_baseline_5_aggregates()
 
-    @profiling.function_call_count(2417)
+    @profiling.function_call_count(2545)
     def test_profile_6_editing(self):
         self.test_baseline_6_editing()