diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-05 19:29:47 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-05 19:29:47 -0500 |
| commit | 175f1510d5bb2c7d5e3e5c46ab27d250013e327b (patch) | |
| tree | 97bf435cf562c59e39d39211ea5c12a841b667e3 /test/aaa_profiling | |
| parent | 1ae81886094e0a131d1c70f76762fb833f473ea5 (diff) | |
| download | sqlalchemy-175f1510d5bb2c7d5e3e5c46ab27d250013e327b.tar.gz | |
callcounts in 2.4
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index ec489beb1..7108f4c94 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -358,7 +358,7 @@ class ZooMarkTest(TestBase): metadata = MetaData(engine) engine.connect() - @profiling.function_call_count(3012, {'2.4': 1827}) + @profiling.function_call_count(3012, {'2.4': 1711}) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() @@ -370,7 +370,7 @@ class ZooMarkTest(TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(3834, {'2.4': 2347}) + @profiling.function_call_count(3834, {'2.4': 2158}) def test_profile_3_properties(self): self.test_baseline_3_properties() |
