summaryrefslogtreecommitdiff
path: root/test/profiling/compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-11-07 17:45:19 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-11-07 17:45:19 +0000
commitda59591a9c3fe4e04ce22650c5ec3f0cf0e336b7 (patch)
tree2efd24c4e33c3b09993d8726a8ed7b88bdbb538d /test/profiling/compiler.py
parent17b758faed4dfdc7973d0c0b861ece40de10b101 (diff)
downloadsqlalchemy-da59591a9c3fe4e04ce22650c5ec3f0cf0e336b7.tar.gz
- zoomark adjustments
- changelog has separate category for 'features'
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 2f1cbad59..26260068a 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(185, versions={'2.4':133})
+ @profiling.function_call_count(185, versions={'2.4':118})
def test_select(self):
s = select([t1], t1.c.c2==t2.c.c1)
s.compile()