]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
lowered value, fewer calls on pybot ?
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Sep 2007 23:10:13 +0000 (23:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Sep 2007 23:10:13 +0000 (23:10 +0000)
test/profiling/zoomark.py

index 7899c778936cb777aefc43b179f98c4690908938..ce502f03a56a65783cd05ab03324e0843edb4904 100644 (file)
@@ -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']