From: Mike Bayer Date: Sat, 1 Sep 2007 23:10:13 +0000 (+0000) Subject: lowered value, fewer calls on pybot ? X-Git-Tag: rel_0_4beta6~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c76fa6cb5f07785e827377daa689612b975656f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git lowered value, fewer calls on pybot ? --- 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']