diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-08-06 22:37:38 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-08-06 22:37:38 +0000 |
| commit | 328e2647bea7d124a8033897791f365883e3e8d9 (patch) | |
| tree | 3c9ed382633832de5805a5cf0b07205aefcc880c /test/aaa_profiling/test_compiler.py | |
| parent | cfa1a42328b406d0f494672f0b268890471d6d2e (diff) | |
| download | sqlalchemy-328e2647bea7d124a8033897791f365883e3e8d9.tar.gz | |
fix some profiles for 2.4
Diffstat (limited to 'test/aaa_profiling/test_compiler.py')
| -rw-r--r-- | test/aaa_profiling/test_compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py index 79ae09b05..1c06d8286 100644 --- a/test/aaa_profiling/test_compiler.py +++ b/test/aaa_profiling/test_compiler.py @@ -15,7 +15,7 @@ class CompileTest(TestBase, AssertsExecutionResults): Column('c1', Integer, primary_key=True), Column('c2', String(30))) - @profiling.function_call_count(72, {'2.4': 42, '3.0':77}) + @profiling.function_call_count(72, {'2.4': 45, '3.0':77}) def test_insert(self): t1.insert().compile() |
