diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-01-25 14:08:58 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-01-25 14:08:58 -0500 |
| commit | 86e6c2bafb03e9620f6289c709d0076e6291f624 (patch) | |
| tree | f841d01915d1d5ff49454384cded9d6e1b43b6f9 /test/aaa_profiling/test_zoomark.py | |
| parent | 3be8746527f17d18a56b773110bbb640c43e3d11 (diff) | |
| download | sqlalchemy-86e6c2bafb03e9620f6289c709d0076e6291f624.tar.gz | |
callcount
Diffstat (limited to 'test/aaa_profiling/test_zoomark.py')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 648efed43..d34ee0477 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -370,7 +370,8 @@ class ZooMarkTest(TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(3340, {'2.4': 2158, '2.7':3340, '2.6':3564}) + @profiling.function_call_count(3340, {'2.4': 2158, '2.7':3541, + '2.7+cextension':3317, '2.6':3564}) def test_profile_3_properties(self): self.test_baseline_3_properties() |
