]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- pulling out the PG type impls in create table knocked the counts out a bit (I am...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Feb 2011 02:32:39 +0000 (21:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Feb 2011 02:32:39 +0000 (21:32 -0500)
test/aaa_profiling/test_zoomark.py
test/aaa_profiling/test_zoomark_orm.py

index d798c48a6e7def06627d66cf593496789f1762e5..a201212b9e884453fe3a48a92c9c524ced1168d4 100644 (file)
@@ -358,7 +358,7 @@ class ZooMarkTest(TestBase):
         metadata = MetaData(engine)
         engine.connect()
 
-    @profiling.function_call_count(3266, {'2.4': 1711})
+    @profiling.function_call_count(3599, {'2.4': 1711})
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
index ee0d59b2c965543b5549cbea8b4e7ace23198fd2..8479b7a40f1c830a110acdfce223ee71888284fb 100644 (file)
@@ -330,11 +330,11 @@ class ZooMarkTest(TestBase):
         session = sessionmaker()()
         engine.connect()
 
-    @profiling.function_call_count(4912)
+    @profiling.function_call_count(5245)
     def test_profile_1_create_tables(self):
         self.test_baseline_1_create_tables()
 
-    @profiling.function_call_count(6324, {'2.7+cextension':5992, '2.6+cextension':5992})
+    @profiling.function_call_count(5786, {'2.7+cextension':5992, '2.6+cextension':5992})
     def test_profile_1a_populate(self):
         self.test_baseline_1a_populate()