mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 03:54:43 -04:00
up this variance a bit, differences between 2.6.3/2.6.4 not worth it
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user