commit | 49b881410b7901bc2cb25c39205431cc6fb37745 | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Fri Oct 09 14:32:19 2009 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Fri Oct 09 14:32:19 2009 +0000 |
tree | f771a1c956e494581da91262d3cbcfc69b4e344c | |
parent | 4502dcd48c956d5e4cb899e8c86265195f0abcb3 [diff] [blame] |
http://bugs.python.org/issue7029 a non-default timer wasn't actually used by the individual Tests.
diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index 83a6217..9dee731 100755 --- a/Tools/pybench/pybench.py +++ b/Tools/pybench/pybench.py
@@ -230,7 +230,7 @@ raise ValueError('at least one calibration run is required') self.calibration_runs = calibration_runs if timer is not None: - timer = timer + self.timer = timer # Init variables self.times = []