Full block import benchmark (#5745)

This commit is contained in:
Nikolay Volf
2020-04-23 13:55:57 +03:00
committed by GitHub
parent 624e95b1af
commit 1a41b88430
5 changed files with 49 additions and 13 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ pub struct BenchmarkOutput {
average: u64,
}
struct NsFormatter(u64);
pub struct NsFormatter(pub u64);
impl fmt::Display for NsFormatter {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {