summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_zoomark_orm.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-30 18:15:02 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-30 18:15:02 -0400
commit00738b252c280111dafc8a034eade1507c1dddd8 (patch)
tree84250759b0e653e7b72278b649ccc00ce3d074a7 /test/aaa_profiling/test_zoomark_orm.py
parent62d6bf4cc33171ac21cd9b4d52701d6af39cfb42 (diff)
parent4cbe117eb2feb7cff28c66d849d3a0613448fdce (diff)
downloadsqlalchemy-00738b252c280111dafc8a034eade1507c1dddd8.tar.gz
merge trunk. Re-instating topological._find_cycles for the moment
Diffstat (limited to 'test/aaa_profiling/test_zoomark_orm.py')
-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 8304c9383..5b962b695 100644
--- a/test/aaa_profiling/test_zoomark_orm.py
+++ b/test/aaa_profiling/test_zoomark_orm.py
@@ -300,7 +300,7 @@ class ZooMarkTest(TestBase):
self.test_baseline_2_insert()
# this number...
- @profiling.function_call_count(6783, {'2.6':7194})
+ @profiling.function_call_count(6783, {'2.6':7194, '2.6+cextension':7184})
def test_profile_3_properties(self):
self.test_baseline_3_properties()
@@ -309,7 +309,7 @@ class ZooMarkTest(TestBase):
def test_profile_4_expressions(self):
self.test_baseline_4_expressions()
- @profiling.function_call_count(1313)
+ @profiling.function_call_count(1313, {'2.6+cextension':1236})
def test_profile_5_aggregates(self):
self.test_baseline_5_aggregates()