diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-06 13:29:13 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-06 13:29:13 -0500 |
| commit | 8423dbcf62284e669c65afc258b0b993f8a66b6e (patch) | |
| tree | b714ab56a567e805803eff96707656654ae4e376 /test | |
| parent | a104f9d57d04864b139013632c7d3c7c98ab977c (diff) | |
| download | sqlalchemy-8423dbcf62284e669c65afc258b0b993f8a66b6e.tar.gz | |
- shave about a millisecond off of moderately complex save casades.
Diffstat (limited to 'test')
| -rw-r--r-- | test/aaa_profiling/test_orm.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 093674d48..bea66c072 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -53,8 +53,8 @@ class MergeTest(_base.MappedTest): # down from 185 on this this is a small slice of a usually # bigger operation so using a small variance - @profiling.function_call_count(97, variance=0.05, - versions={'2.4': 73, '3': 96}) + @profiling.function_call_count(91, variance=0.05, + versions={'2.4': 68, '3': 89}) def go(): return sess2.merge(p1, load=False) p2 = go() |
