[pypy-commit] benchmarks multithread-runner: add initial short, testing config

Raemi pypy.commits at gmail.com
Mon Jun 20 07:04:46 EDT 2016


Author: Remi Meier <remi.meier at gmail.com>
Branch: multithread-runner
Changeset: r358:6a4ff9f48f62
Date: 2016-05-28 09:05 +0200
http://bitbucket.org/pypy/benchmarks/changeset/6a4ff9f48f62/

Log:	add initial short, testing config

diff --git a/multithread/config-all-short.json b/multithread/config-all-short.json
new file mode 100644
--- /dev/null
+++ b/multithread/config-all-short.json
@@ -0,0 +1,62 @@
+{
+    "defaults": {
+        "file": null,
+        "threads": [1, 2, 4, 8],
+        "vmstarts": 1,
+        "warmiters": 1,
+        "PYTHONPATH": ".",
+        "args": [],
+        "cwd": "."
+    },
+
+    "benchs": {
+        "nqueens": {
+            "file": "nqueens/nqueens.py",
+            "PYTHONPATH": "..",
+            "args": ["10"]
+        },
+
+        "parsible-bench": {
+            "file": "parsible-bench/parsible-bench.py",
+            "PYTHONPATH": ".."
+        },
+
+        "mersenne": {
+            "file": "mersenne/mersenne.py",
+            "PYTHONPATH": "..",
+            "args": ["1500"]
+        },
+
+        "richards": {
+            "file": "richards/richards.py",
+            "PYTHONPATH": "..",
+            "args": ["20"]
+        },
+
+        "mandelbrot": {
+            "file": "mandelbrot/mandelbrot.py",
+            "PYTHONPATH": "..",
+            "args": ["64", "128", "512"]
+        },
+
+        "btree": {
+            "file": "btree/btree.py",
+            "PYTHONPATH": "..",
+            "args": ["16", "300000"]
+        },
+
+        "skiplist": {
+            "file": "skiplist/skiplist.py",
+            "PYTHONPATH": "..",
+            "args": ["16", "100000"]
+        },
+
+        "raytrace": {
+            "file": "raytrace/raytrace.py",
+            "PYTHONPATH": "..",
+            "args": ["128", "512"]
+        }
+
+    }
+
+}


More information about the pypy-commit mailing list