diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-04-02 02:42:29 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-04-02 02:42:29 +0000 |
| commit | c08c6c2185833954f82b046dd4de15a55aaebfe4 (patch) | |
| tree | baf7e1163613031994f3504d7b12b555195cae3e /test/profiling/compiler.py | |
| parent | 61d86443205e950e67c73ba446b4422f077f6a24 (diff) | |
| download | sqlalchemy-c08c6c2185833954f82b046dd4de15a55aaebfe4.tar.gz | |
continue attempting to get proper count for pybot on 2.5, ensure order_by for oracle query
Diffstat (limited to 'test/profiling/compiler.py')
| -rw-r--r-- | test/profiling/compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py index 0ce0e7792..23e199962 100644 --- a/test/profiling/compiler.py +++ b/test/profiling/compiler.py @@ -24,7 +24,7 @@ class CompileTest(TestBase, AssertsExecutionResults): t1.update().compile() # TODO: this is alittle high - @profiling.function_call_count(125, versions={'2.3': 180, '2.4':140}) + @profiling.function_call_count(130, versions={'2.3': 180, '2.4':140}) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile() |
