summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-05-27 03:08:35 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-05-27 03:08:35 +0000
commit5ccfa64294fbf730ad7449b60e8b32a38565aea5 (patch)
tree32be03989b7514749a3ceab430f8cdaf7c3cce8d
parent946e3b7114e225446477f65038cfbb44e7584818 (diff)
downloadsqlalchemy-5ccfa64294fbf730ad7449b60e8b32a38565aea5.tar.gz
- bumped PG's call count on test #6 to 1193 for py2.4; this is due to non-pool-threadlocal nature adding some checkout overhead
-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 e0d696ae4..9c32e3b78 100644
--- a/test/profiling/zoomark.py
+++ b/test/profiling/zoomark.py
@@ -344,7 +344,7 @@ class ZooMarkTest(TestBase):
def test_profile_5_aggregates(self):
self.test_baseline_5_aggregates()
- @profiling.function_call_count(2054, {'2.4': 1048})
+ @profiling.function_call_count(2054, {'2.4': 1193})
def test_profile_6_editing(self):
self.test_baseline_6_editing()