From 9c76fa6cb5f07785e827377daa689612b975656f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 1 Sep 2007 23:10:13 +0000 Subject: [PATCH] lowered value, fewer calls on pybot ? --- test/profiling/zoomark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index 7899c77893..ce502f03a5 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -44,7 +44,7 @@ class ZooMarkTest(testing.AssertMixin): metadata.create_all() @testing.supported('postgres') - @profiling.profiled('populate', call_range=(4450, 4460), always=True) + @profiling.profiled('populate', call_range=(4420, 4460), always=True) def test_1a_populate(self): Zoo = metadata.tables['Zoo'] Animal = metadata.tables['Animal'] -- 2.47.3