summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-12-21 21:52:26 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-12-21 21:52:26 -0500
commit78d6c7c62e0cd87c4075985708c77f68a1373f43 (patch)
treeb7eb8ad3442ee2348a73cf68892ec5df9f11bff1
parentb79a5e7640fc1c8ca7acce5bfd2509ddf0102080 (diff)
downloadsqlalchemy-78d6c7c62e0cd87c4075985708c77f68a1373f43.tar.gz
- arg callcounts change from 2.6.4 to 2.6.6
-rw-r--r--test/aaa_profiling/test_zoomark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py
index c4cffa87a..5fa9e7164 100644
--- a/test/aaa_profiling/test_zoomark.py
+++ b/test/aaa_profiling/test_zoomark.py
@@ -380,7 +380,7 @@ class ZooMarkTest(TestBase):
self.test_baseline_4_expressions()
@profiling.function_call_count(1059, {'2.4': 904, '2.6+cextension'
- : 1027, '2.7+cextension': 1027},
+ : 1027, '2.6.4':1167, '2.7+cextension': 1027},
variance=0.10)
def test_profile_5_aggregates(self):
self.test_baseline_5_aggregates()