Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update bin/node/testing/benches/import.rs
Co-Authored-By: Bastian Köcher <[email protected]>
  • Loading branch information
NikVolf and bkchr authored Feb 17, 2020
commit ef9db561d2f68b34b4d2bff815c963ea834005ea
4 changes: 2 additions & 2 deletions bin/node/testing/benches/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ fn bench_block_import(c: &mut Criterion) {
log::trace!(
target: "bench-logistics",
"Seed database directory: {}",
bench_db.path().to_string_lossy(),
bench_db.path().display(),
);

c.bench_function_over_inputs("import block",
Expand Down Expand Up @@ -517,4 +517,4 @@ fn profile_block_import(c: &mut Criterion) {
);
},
);
}
}