summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-02-18 21:32:39 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-02-18 21:32:39 -0500
commit429227fbaedd6fc74babac83b87f112199d21159 (patch)
tree2b98bad6dcd0862683e5b04f903af62defea0a73 /test/aaa_profiling
parentd8117b3aa29d28c84f09770906fbd930927e8e2a (diff)
downloadsqlalchemy-429227fbaedd6fc74babac83b87f112199d21159.tar.gz
- pulling out the PG type impls in create table knocked the counts out a bit (I am assuming/guessing).
Diffstat (limited to 'test/aaa_profiling')
-rw-r--r--test/aaa_profiling/test_zoomark.py2
-rw-r--r--test/aaa_profiling/test_zoomark_orm.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py
index d798c48a6..a201212b9 100644
--- a/test/aaa_profiling/test_zoomark.py
+++ b/test/aaa_profiling/test_zoomark.py
@@ -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()
diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py
index ee0d59b2c..8479b7a40 100644
--- a/test/aaa_profiling/test_zoomark_orm.py
+++ b/test/aaa_profiling/test_zoomark_orm.py
@@ -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()