diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-11 02:57:25 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-11 02:57:25 -0400 |
| commit | 3986fd7626ff29f7debfc72f63ba22235e31ed7e (patch) | |
| tree | ed1fc854144ce365ae02a62e257aba5f5974e365 /test/aaa_profiling/test_zoomark.py | |
| parent | 2f522bd2217ca3421a912413f66b42dcec164df3 (diff) | |
| download | sqlalchemy-3986fd7626ff29f7debfc72f63ba22235e31ed7e.tar.gz | |
adjustments
Diffstat (limited to 'test/aaa_profiling/test_zoomark.py')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index a254ff15f..45e83c1b6 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -369,7 +369,7 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() - @profiling.function_call_count(4377) + @profiling.function_call_count(4200) def test_profile_1a_populate(self): self.test_baseline_1a_populate() @@ -377,11 +377,11 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(2837) + @profiling.function_call_count(2700) def test_profile_3_properties(self): self.test_baseline_3_properties() - @profiling.function_call_count(9700, variance=0.10) + @profiling.function_call_count(8500) def test_profile_4_expressions(self): self.test_baseline_4_expressions() |
