diff options
Diffstat (limited to 'Tools/pybench/Instances.py')
-rw-r--r-- | Tools/pybench/Instances.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pybench/Instances.py b/Tools/pybench/Instances.py index 9b1929d..1dfc82f 100644 --- a/Tools/pybench/Instances.py +++ b/Tools/pybench/Instances.py @@ -2,9 +2,9 @@ from pybench import Test class CreateInstances(Test): - version = 0.2 + version = 2.0 operations = 3 + 7 + 4 - rounds = 60000 + rounds = 80000 def test(self): |