Skip to content

Commit 6a841c0

Browse files
committed
Remove pystone second run
1 parent a788df4 commit 6a841c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benches/execution.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ pub fn criterion_benchmark(c: &mut Criterion) {
5959
benchmark_pystone(c);
6060
benchmark_file(c, "nbody.py", NBODY);
6161
benchmark_file(c, "mandlebrot.py", MANDELBROT);
62-
benchmark_file(c, "pystone.py", PYSTONE);
6362
benchmark_file(c, "strings.py", PYSTONE);
6463
}
6564

0 commit comments

Comments
 (0)