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 a605b93 commit 1e4fc5cCopy full SHA for 1e4fc5c
benches/execution.rs
@@ -1,7 +1,6 @@
1
use criterion::measurement::WallTime;
2
use criterion::{
3
- criterion_group, criterion_main, Bencher, BenchmarkGroup, BenchmarkId, Criterion,
4
- Throughput,
+ criterion_group, criterion_main, Bencher, BenchmarkGroup, BenchmarkId, Criterion, Throughput,
5
};
6
use rustpython_compiler::Mode;
7
use rustpython_parser::parser::parse_program;
0 commit comments