fix callcount

This commit is contained in:
Mike Bayer 2012-02-26 19:42:16 -05:00
parent 2d154b01f1
commit d60bc21fc6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class ExecutionTest(fixtures.TestBase):
e.execute("select 1")
@profiling.function_call_count(versions={'2.4':41, '2.5':58,
'2.6':58, '3':57,
'2.6':58, '3':61,
'2.7':60,
'2.6+cextension':60},
variance=.05)