diff options
| author | Ants Aasma <ants.aasma@gmail.com> | 2007-11-08 00:11:46 +0000 |
|---|---|---|
| committer | Ants Aasma <ants.aasma@gmail.com> | 2007-11-08 00:11:46 +0000 |
| commit | 004345d7c9add3647fa9b04b5c8c8c6c77be3173 (patch) | |
| tree | eac4347db2fcd895fefe4cfa63cfc233f4ff22cf /test/profiling | |
| parent | 750439ac5fc61f03a09226db5d82b36c8b86739e (diff) | |
| download | sqlalchemy-004345d7c9add3647fa9b04b5c8c8c6c77be3173.tar.gz | |
updated zoomark test_1a_populate callcounts. if the calls keep being removed like this then soon there will be none left.
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 833aec46c..7a5a4b7c2 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -50,7 +50,7 @@ class ZooMarkTest(testing.AssertMixin): metadata.create_all() @testing.supported('postgres') - @profiling.profiled('populate', call_range=(2990, 4400), always=True) + @profiling.profiled('populate', call_range=(2970, 4400), always=True) def test_1a_populate(self): Zoo = metadata.tables['Zoo'] Animal = metadata.tables['Animal'] |
