diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-18 06:51:17 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-18 06:51:17 +0000 |
| commit | 31b32896e81335108f77cdc44954b3c78c5f62a8 (patch) | |
| tree | dd2517687ebdaa86fd77357bf1ad84021615ee78 /test/profiling | |
| parent | 61edeeae4cd74a825f48a1bebe6930227134d5eb (diff) | |
| download | sqlalchemy-31b32896e81335108f77cdc44954b3c78c5f62a8.tar.gz | |
cut down a good deal of Join construction overhead
Diffstat (limited to 'test/profiling')
| -rw-r--r-- | test/profiling/zoomark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index 7a5a4b7c2..4f1a4d282 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -274,7 +274,7 @@ class ZooMarkTest(testing.AssertMixin): assert SDZ['Founded'] == datetime.date(1935, 9, 13) @testing.supported('postgres') - @profiling.profiled('multiview', call_range=(2720, 3055), always=True) + @profiling.profiled('multiview', call_range=(2400, 2600), always=True) def test_7_multiview(self): Zoo = metadata.tables['Zoo'] Animal = metadata.tables['Animal'] |
