diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-17 15:00:27 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-17 15:00:27 -0400 |
| commit | fbcfd079debf27665f23a996853903aa3b2ef23a (patch) | |
| tree | fcff5d8c191e90622132676ee849bc8a1a56d815 /test/aaa_profiling/test_zoomark.py | |
| parent | ae363b0663a8b67f39d2970a6fe0626c54c1478c (diff) | |
| download | sqlalchemy-fbcfd079debf27665f23a996853903aa3b2ef23a.tar.gz | |
callcount update for cext + 2.7
Diffstat (limited to 'test/aaa_profiling/test_zoomark.py')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index dfea8312a..2ac9aa632 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -387,14 +387,15 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(1788, {'2.4': 1118, '3.2':1647}) + @profiling.function_call_count(1788, {'2.4': 1118, '3.2':1647, + '2.7+cextension':1698}) def test_profile_6_editing(self): self.test_baseline_6_editing() @profiling.function_call_count(2252, {'2.4': 1673, '2.6':2412, '2.7':2412, - '2.7+cextension':2252, + '2.7+cextension':2110, '2.6+cextension': 2252}) def test_profile_7_multiview(self): self.test_baseline_7_multiview() |
