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.
diff --git a/Tools/pybench/Numbers.py b/Tools/pybench/Numbers.py
index e89d00f..a6aea33 100644
--- a/Tools/pybench/Numbers.py
+++ b/Tools/pybench/Numbers.py
@@ -4,7 +4,7 @@
version = 0.1
operations = 30 * 5
- rounds = 1200*21
+ rounds = 120000
def test(self):
@@ -200,7 +200,7 @@
version = 0.1
operations = 30 * 5
- rounds = 600*27
+ rounds = 60000
def test(self):
@@ -396,7 +396,7 @@
version = 0.1
operations = 30 * 5
- rounds = 600*16
+ rounds = 60000
def test(self):
@@ -592,7 +592,7 @@
version = 0.1
operations = 30 * 5
- rounds = 600*24
+ rounds = 60000
def test(self):