summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-02-15 21:33:08 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-02-15 21:33:08 +0000
commit23735fd8e1a11ae0354fd787b1234386f2f72292 (patch)
treef9c03dcc19dc9a6162155c89966503de5a38ecd3 /test/aaa_profiling
parente0215c12d70cbef200db98e4179797625aac1f49 (diff)
downloadsqlalchemy-23735fd8e1a11ae0354fd787b1234386f2f72292.tar.gz
2.6.4 has higher numbers for some reason here
Diffstat (limited to 'test/aaa_profiling')
-rw-r--r--test/aaa_profiling/test_zoomark_orm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py
index d07d0b6f7..d427794ac 100644
--- a/test/aaa_profiling/test_zoomark_orm.py
+++ b/test/aaa_profiling/test_zoomark_orm.py
@@ -299,11 +299,11 @@ class ZooMarkTest(TestBase):
def test_profile_2_insert(self):
self.test_baseline_2_insert()
- @profiling.function_call_count(6783)
+ @profiling.function_call_count(6783, {'2.6.4':7194})
def test_profile_3_properties(self):
self.test_baseline_3_properties()
- @profiling.function_call_count(22510)
+ @profiling.function_call_count(22510, {'2.6.4':24055})
def test_profile_4_expressions(self):
self.test_baseline_4_expressions()