summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-12-20 20:30:29 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-12-20 20:30:29 -0500
commitecb0e53abbc483fcd956fda0f18e66f0cd41d0e5 (patch)
tree7a39957a89d187fcc76834877e4e938d819c032e /test/aaa_profiling/test_compiler.py
parentfafec792aa44be293cd7044f1f12c29e16a4ef8b (diff)
downloadsqlalchemy-ecb0e53abbc483fcd956fda0f18e66f0cd41d0e5.tar.gz
- modest inlinings into the MapperProperty.setup/row_processor chain
Diffstat (limited to 'test/aaa_profiling/test_compiler.py')
-rw-r--r--test/aaa_profiling/test_compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py
index 745ca2eb3..c0f8a151f 100644
--- a/test/aaa_profiling/test_compiler.py
+++ b/test/aaa_profiling/test_compiler.py
@@ -43,7 +43,7 @@ class CompileTest(TestBase, AssertsExecutionResults):
def test_update_whereclause(self):
t1.update().where(t1.c.c2==12).compile()
- @profiling.function_call_count(195, versions={'2.4':112,
+ @profiling.function_call_count(178, versions={'2.4':105,
'3.0':208, '3.1':208})
def test_select(self):
s = select([t1], t1.c.c2==t2.c.c1)