diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-04-24 11:34:56 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-04-24 11:34:56 -0400 |
| commit | 1bab44c2ba7bc3ce34b3936fad6f47a2af27351c (patch) | |
| tree | 17a5c71bf27689f007a45846b533bc1de63af270 /test/aaa_profiling | |
| parent | 9b73e997b2325018555268e1f1069e88e80fdb85 (diff) | |
| download | sqlalchemy-1bab44c2ba7bc3ce34b3936fad6f47a2af27351c.tar.gz | |
callcount tweak here, this moved up due to r5b6237e3f068
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_orm.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 8d2c37410..0049b4007 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -91,11 +91,10 @@ class MergeTest(fixtures.MappedTest): @profiling.function_call_count(variance=0.10, versions={'2.5':1050, '2.6':1050, '2.6+cextension':988, - '2.7':1005, + '2.7':1014, '3':1050} ) def go(): - print "GO" p2 = sess2.merge(p1) go() |
