Add missing svn:eol-style property to text files.
This commit is contained in:
parent
584c8d4588
commit
877ab9bc23
|
@ -1,22 +1,22 @@
|
|||
from pybench import Test
|
||||
|
||||
class EmptyTest(Test):
|
||||
"""This is just here as a potential measure of repeatability."""
|
||||
|
||||
version = 0.3
|
||||
operations = 1
|
||||
rounds = 60000
|
||||
|
||||
def test(self):
|
||||
|
||||
l = []
|
||||
for i in xrange(self.rounds):
|
||||
pass
|
||||
|
||||
|
||||
def calibrate(self):
|
||||
|
||||
l = []
|
||||
|
||||
for i in xrange(self.rounds):
|
||||
pass
|
||||
from pybench import Test
|
||||
|
||||
class EmptyTest(Test):
|
||||
"""This is just here as a potential measure of repeatability."""
|
||||
|
||||
version = 0.3
|
||||
operations = 1
|
||||
rounds = 60000
|
||||
|
||||
def test(self):
|
||||
|
||||
l = []
|
||||
for i in xrange(self.rounds):
|
||||
pass
|
||||
|
||||
|
||||
def calibrate(self):
|
||||
|
||||
l = []
|
||||
|
||||
for i in xrange(self.rounds):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue