Author: Maciej Fijalkowski <[email protected]>
Branch: single-run
Changeset: r226:cdd4c0fae47a
Date: 2013-08-01 21:24 +0200
http://bitbucket.org/pypy/benchmarks/changeset/cdd4c0fae47a/
Log: kill a hack
diff --git a/runner.py b/runner.py
--- a/runner.py
+++ b/runner.py
@@ -15,12 +15,6 @@
'rietveld', 'html5lib', 'ai']
BENCHMARK_SET += perf._FindAllBenchmarks(benchmarks.__dict__).keys()
-BENCHMARK_SET_FAST = []
-for bench in BENCHMARK_SET:
- if not bench.startswith('scrimark') and not bench.startswith('translate'):
- BENCHMARK_SET_FAST.append(bench)
-del bench
-
class WrongBenchmark(Exception):
pass
@@ -167,8 +161,6 @@
if options.niceness is not None:
os.nice(options.niceness - os.nice(0))
- if benchmarks == 'fast':
- benchmarks = ", ".join(sorted(BENCHMARK_SET_FAST))
results = run_and_store(benchmarks, output_filename, path,
revision, args=args, fast=fast,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit