diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-19 20:14:39 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-19 20:14:39 -0500 |
| commit | 6c2cbd2428138e133eaba929c6d57a3a609c0e2d (patch) | |
| tree | ddcccb7b1c14ebf720817a33ac41d56dfe6b1fb1 /test/aaa_profiling/test_zoomark.py | |
| parent | 521761b9bb194863648c7d147156d0ad9bde69be (diff) | |
| download | sqlalchemy-6c2cbd2428138e133eaba929c6d57a3a609c0e2d.tar.gz | |
callcounts
Diffstat (limited to 'test/aaa_profiling/test_zoomark.py')
| -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 fbf1fe30c..5a93bda9a 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -361,7 +361,7 @@ class ZooMarkTest(TestBase): def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() - @profiling.function_call_count(5045, {'2.4': 3650}) + @profiling.function_call_count(5045, {'2.6':5371, '2.4': 3650}) def test_profile_1a_populate(self): self.test_baseline_1a_populate() |
