We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a788df4 commit 6a841c0Copy full SHA for 6a841c0
benches/execution.rs
@@ -59,7 +59,6 @@ pub fn criterion_benchmark(c: &mut Criterion) {
59
benchmark_pystone(c);
60
benchmark_file(c, "nbody.py", NBODY);
61
benchmark_file(c, "mandlebrot.py", MANDELBROT);
62
- benchmark_file(c, "pystone.py", PYSTONE);
63
benchmark_file(c, "strings.py", PYSTONE);
64
}
65
0 commit comments