up this variance a bit, differences between 2.6.3/2.6.4 not worth it

This commit is contained in:
Mike Bayer
2010-12-05 17:40:51 -05:00
parent 1c16f373d9
commit 1562860fea
+2 -2
View File
@@ -54,7 +54,7 @@ class ExecutionTest(TestBase):
@profiling.function_call_count(36, versions={'2.6':35, '2.5':35,
'2.4':21},
variance=.01)
variance=.05)
def go():
c.execute("select 1")
go()
@@ -67,7 +67,7 @@ class ExecutionTest(TestBase):
@profiling.function_call_count(59, versions={'2.4':41, '2.5':58,
'2.6':58},
variance=.01)
variance=.05)
def go():
e.execute("select 1")
go()