]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
2.4 fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Feb 2010 19:17:09 +0000 (19:17 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Feb 2010 19:17:09 +0000 (19:17 +0000)
test/aaa_profiling/test_orm.py

index 72aa29ca0c5f1ca230331db0525f8c4a32f27c91..2979069cdced5e559648c9397f78739d0cf6dc9c 100644 (file)
@@ -58,7 +58,7 @@ 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(95, variance=0.001)
+        @profiling.function_call_count(95, variance=0.001, versions={'2.4':67})
         def go():
             return sess2.merge(p1, load=False)