diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-09 17:49:36 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-09 17:49:36 -0400 |
commit | 153248cf7b74e7dfcd29e093aea51657e74148fc (patch) | |
tree | 1861e9be152be1fc5041ff4410f9e12be696fdbe | |
parent | 92ceb399c9d3bd2b6dd8bdcaac8c1108742684c7 (diff) | |
download | sqlalchemy-153248cf7b74e7dfcd29e093aea51657e74148fc.tar.gz |
adjust
-rw-r--r-- | test/aaa_profiling/test_zoomark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 0ecd908e7..50b3da076 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -385,7 +385,7 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_4_expressions(self): self.test_baseline_4_expressions() - @profiling.function_call_count(1059, variance=0.10) + @profiling.function_call_count(875, variance=0.10) def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() |