# 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.001,
+ @profiling.function_call_count(97, variance=0.05,
versions={'2.4': 73, '3': 96})
def go():
return sess2.merge(p1, load=False)
# third call, merge object already present. almost no calls.
- @profiling.function_call_count(12, variance=0.001,
+ @profiling.function_call_count(12, variance=0.05,
versions={'2.4': 8, '3': 13})
def go():
return sess2.merge(p2, load=False)
c.execute("select 1")
@profiling.function_call_count(36, versions={'2.6':35, '2.5':35,
- '2.4':21},
+ '2.4':21, '3':34},
variance=.05)
def go():
c.execute("select 1")
e.execute("select 1")
@profiling.function_call_count(59, versions={'2.4':41, '2.5':58,
- '2.6':58},
+ '2.6':58, '3':57},
variance=.05)
def go():
e.execute("select 1")