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 | |
| parent | ae363b0663a8b67f39d2970a6fe0626c54c1478c (diff) | |
| download | sqlalchemy-fbcfd079debf27665f23a996853903aa3b2ef23a.tar.gz | |
callcount update for cext + 2.7
Diffstat (limited to 'test')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 5 | ||||
| -rw-r--r-- | test/aaa_profiling/test_zoomark_orm.py | 3 |
2 files changed, 5 insertions, 3 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() diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index 592e63701..3363a6094 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -334,7 +334,8 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() - @profiling.function_call_count(5786, {'2.7+cextension':5992, '2.6+cextension':5992}) + @profiling.function_call_count(5786, {'2.7+cextension':5683, + '2.6+cextension':5992}) def test_profile_1a_populate(self): self.test_baseline_1a_populate() |
