summaryrefslogtreecommitdiff
path: root/test/profiling/compiler.py
diff options
context:
space:
mode:
authorJason Kirtland <jek@discorporate.us>2008-04-02 18:13:53 +0000
committerJason Kirtland <jek@discorporate.us>2008-04-02 18:13:53 +0000
commit0359a6a13dbe02b680e14cd830206544206153b8 (patch)
tree74c13cb43229909dfc5646b7d22efcecf63cf247 /test/profiling/compiler.py
parentd9dce78a3bf0b2e95157e1e85b69d67af55965ab (diff)
downloadsqlalchemy-0359a6a13dbe02b680e14cd830206544206153b8.tar.gz
- Re-tuned call counts for 2.3 through 2.5.
Diffstat (limited to 'test/profiling/compiler.py')
-rw-r--r--test/profiling/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py
index 1960a1cb6..7062a7e29 100644
--- a/test/profiling/compiler.py
+++ b/test/profiling/compiler.py
@@ -23,7 +23,7 @@ class CompileTest(TestBase, AssertsExecutionResults):
def test_update(self):
t1.update().compile()
- @profiling.function_call_count(120, versions={'2.3': 180, '2.4':123})
+ @profiling.function_call_count(120, versions={'2.3': 153, '2.4':116})
def test_select(self):
s = select([t1], t1.c.c2==t2.c.c1)
s.compile()