mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Add missing svn:eol-style property to text files.
This commit is contained in:
parent
584c8d4588
commit
877ab9bc23
1 changed files with 22 additions and 22 deletions
|
@ -1,22 +1,22 @@
|
||||||
from pybench import Test
|
from pybench import Test
|
||||||
|
|
||||||
class EmptyTest(Test):
|
class EmptyTest(Test):
|
||||||
"""This is just here as a potential measure of repeatability."""
|
"""This is just here as a potential measure of repeatability."""
|
||||||
|
|
||||||
version = 0.3
|
version = 0.3
|
||||||
operations = 1
|
operations = 1
|
||||||
rounds = 60000
|
rounds = 60000
|
||||||
|
|
||||||
def test(self):
|
def test(self):
|
||||||
|
|
||||||
l = []
|
l = []
|
||||||
for i in xrange(self.rounds):
|
for i in xrange(self.rounds):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def calibrate(self):
|
def calibrate(self):
|
||||||
|
|
||||||
l = []
|
l = []
|
||||||
|
|
||||||
for i in xrange(self.rounds):
|
for i in xrange(self.rounds):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue