Skip to content
Prev Previous commit
Next Next commit
Remove pystone second run
  • Loading branch information
orf committed Dec 11, 2020
commit 6a841c07f1786badcfc25f0d3e26d725b3f75afe
1 change: 0 additions & 1 deletion benches/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ pub fn criterion_benchmark(c: &mut Criterion) {
benchmark_pystone(c);
benchmark_file(c, "nbody.py", NBODY);
benchmark_file(c, "mandlebrot.py", MANDELBROT);
benchmark_file(c, "pystone.py", PYSTONE);
benchmark_file(c, "strings.py", PYSTONE);
}

Expand Down