mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Whitespace normalization.
This commit is contained in:
parent
735ae484f0
commit
584c8d4588
2 changed files with 1 additions and 2 deletions
|
@ -20,4 +20,3 @@ class EmptyTest(Test):
|
||||||
|
|
||||||
for i in xrange(self.rounds):
|
for i in xrange(self.rounds):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -423,7 +423,7 @@ python pybench.py -s p15 -c p14
|
||||||
limitnames = self.values['-t']
|
limitnames = self.values['-t']
|
||||||
verbose = self.verbose
|
verbose = self.verbose
|
||||||
nosyscheck = self.values['--no-syscheck']
|
nosyscheck = self.values['--no-syscheck']
|
||||||
|
|
||||||
print 'PYBENCH',__version__
|
print 'PYBENCH',__version__
|
||||||
|
|
||||||
# Switch off GC
|
# Switch off GC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue