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 21abcbe commit 98ae495Copy full SHA for 98ae495
benches/vpath_bench.rs
@@ -1,7 +1,7 @@
1
-use criterion::{black_box, criterion_group, criterion_main, Criterion};
+use criterion::{Criterion, black_box, criterion_group, criterion_main};
2
+use pnp::fs::VPath;
3
use std::path::Path;
4
use std::time::Duration;
-use pnp::fs::VPath;
5
6
fn bench_vpath_native(c: &mut Criterion) {
7
let paths = vec![
0 commit comments