diff options
author | Steve Holden <steve@holdenweb.com> | 2006-05-26 18:26:21 +0000 |
---|---|---|
committer | Steve Holden <steve@holdenweb.com> | 2006-05-26 18:26:21 +0000 |
commit | d05e5468501ff572a55349a584a28d09f9d7abb3 (patch) | |
tree | 35ac0c190daef873dac46b960928354abdad7067 /Tools/pybench/Setup.py | |
parent | 9c0e9c089c758bc9b64f0379bc93f8ea6740eb53 (diff) | |
download | cpython-git-d05e5468501ff572a55349a584a28d09f9d7abb3.tar.gz |
Revert tests to MAL's original round sizes to retiain comparability
from long ago and far away. Stop calling this pybench 1.4 because it
isn't. Remove the empty test, which was a bad idea.
Diffstat (limited to 'Tools/pybench/Setup.py')
-rw-r--r-- | Tools/pybench/Setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pybench/Setup.py b/Tools/pybench/Setup.py index 1f2f45474f..f5c519047e 100644 --- a/Tools/pybench/Setup.py +++ b/Tools/pybench/Setup.py @@ -17,7 +17,6 @@ Number_of_rounds = 10 Warp_factor = 20 # Import tests -#from Empty import * from Arithmetic import * from Calls import * from Constructs import * |