1 from pybench
import Test
3 class CreateInstances(Test
):
15 def __init__(self
,a
,b
,c
):
21 def __init__(self
,a
,b
,c
=4):
29 for i
in xrange(self
.rounds
):
51 def __init__(self
,a
,b
,c
):
57 def __init__(self
,a
,b
,c
=4):
65 for i
in xrange(self
.rounds
):