diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-25 13:12:48 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-25 13:12:48 -0400 |
| commit | a1a58219c29daf82db425fcdca5ce212d23e4ff8 (patch) | |
| tree | d60493b32a7094db489e92063d1c0a0c6f30b446 /test/aaa_profiling | |
| parent | fc7e74101a9749043196aea017266c23e7ff5577 (diff) | |
| download | sqlalchemy-a1a58219c29daf82db425fcdca5ce212d23e4ff8.tar.gz | |
turn commit_all into an iterative method
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_orm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 2058b73c4..d66d2704d 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -70,7 +70,7 @@ class MergeTest(fixtures.MappedTest): # third call, merge object already present. almost no calls. @profiling.function_call_count(variance=0.05, - versions={'2.7':14, '2.6':14, '2.5':15, '3': 15}) + versions={'2.7':15, '2.6':15, '2.5':16, '3': 16}) def go(): return sess2.merge(p2, load=False) p3 = go() |
