diff options
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/pybench/pybench.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index f803dc4..6167d12 100755 --- a/Tools/pybench/pybench.py +++ b/Tools/pybench/pybench.py @@ -428,7 +428,7 @@ python pybench.py -s p15 -c p14 nosyscheck = self.values['--no-syscheck'] cruns = self.values['-C'] print "CRUNS:", cruns - + print 'PYBENCH',__version__ # Switch off GC |