diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-16 14:31:36 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-16 14:31:36 -0400 |
| commit | ab62d418b2b3dda9693e371e084b33ac8d23a6a6 (patch) | |
| tree | 1a3de34684f20b071e392cbaccd3168e99a53408 /test/aaa_profiling/test_zoomark.py | |
| parent | 1a352c69f9c66bdc7ef90ecaffcc0c65b5911073 (diff) | |
| download | sqlalchemy-ab62d418b2b3dda9693e371e084b33ac8d23a6a6.tar.gz | |
guessed too soon on that
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 0b703b368..6b567c0c5 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -323,7 +323,7 @@ class ZooMarkTest(TestBase): metadata = MetaData(engine) engine.connect() - @profiling.function_call_count(3012, {'2.4': 1716}) + @profiling.function_call_count(3012, {'2.4': 1827}) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() |
