summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-01 00:25:02 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-01 00:25:02 +0000
commitd840042748314229dfaf04da109e00a6c04188d6 (patch)
treee37d27ea67f2f2cbafffabc1f8c01a6b720818fe /test/aaa_profiling
parent607ed7bc831e9910ef738337f065daec153ccd55 (diff)
downloadsqlalchemy-d840042748314229dfaf04da109e00a6c04188d6.tar.gz
some 2.4 bumps probably due to the tuple/list thing
Diffstat (limited to 'test/aaa_profiling')
-rw-r--r--test/aaa_profiling/test_zoomark.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py
index d7ccd2e6d..34eb77632 100644
--- a/test/aaa_profiling/test_zoomark.py
+++ b/test/aaa_profiling/test_zoomark.py
@@ -323,7 +323,7 @@ class ZooMarkTest(TestBase):
engine.dialect._unwrap_connection = engines.unwrap_connection
metadata = MetaData(engine)
- @profiling.function_call_count(3178, {'2.4': 1913})
+ @profiling.function_call_count(3178, {'2.4': 2012})
def test_profile_1_create_tables(self):
self.test_baseline_1_create_tables()
@@ -343,7 +343,7 @@ class ZooMarkTest(TestBase):
def test_profile_4_expressions(self):
self.test_baseline_4_expressions()
- @profiling.function_call_count(1311, {'2.4': 854})
+ @profiling.function_call_count(1311, {'2.4': 904})
def test_profile_5_aggregates(self):
self.test_baseline_5_aggregates()