diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-05 09:36:42 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-05 09:36:42 (GMT) |
commit | 60d388d98d63c8d6a8eac51a8f0e45016bbd1cf6 (patch) | |
tree | d1105526c58cb37087fb4b1ddc14af8c2daf7602 /Tools | |
parent | 68e3686253eae7b07fa9490789ff261cff7a54d5 (diff) | |
download | cpython-60d388d98d63c8d6a8eac51a8f0e45016bbd1cf6.zip cpython-60d388d98d63c8d6a8eac51a8f0e45016bbd1cf6.tar.gz cpython-60d388d98d63c8d6a8eac51a8f0e45016bbd1cf6.tar.bz2 |
Reverted two commit accidents
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/pybench/pybench.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index 1a6c85b..dd398f5 100755 --- a/Tools/pybench/pybench.py +++ b/Tools/pybench/pybench.py @@ -301,7 +301,6 @@ class Test: if _debug: print('Calib. overhead time = %.6fms' % ( min_overhead * MILLI_SECONDS)) - return if min_overhead < 0.0: raise ValueError('calibration setup did not work') if max_overhead - min_overhead > 0.1: |