summaryrefslogtreecommitdiff
path: root/test/profiling
diff options
context:
space:
mode:
authorAnts Aasma <ants.aasma@gmail.com>2007-11-08 00:11:46 +0000
committerAnts Aasma <ants.aasma@gmail.com>2007-11-08 00:11:46 +0000
commit004345d7c9add3647fa9b04b5c8c8c6c77be3173 (patch)
treeeac4347db2fcd895fefe4cfa63cfc233f4ff22cf /test/profiling
parent750439ac5fc61f03a09226db5d82b36c8b86739e (diff)
downloadsqlalchemy-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.py2
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']