mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24:47 -07:00
global: fixes
This commit is contained in:
@@ -57,7 +57,7 @@ fn main() -> Result<()> {
|
||||
|
||||
let mut first: Option<RunStats> = None;
|
||||
for &p in PARSER_COUNTS {
|
||||
let stats = bench(REPEATS, || reader.after_with(anchor.clone(), p))?;
|
||||
let stats = bench(REPEATS, || reader.after_with(anchor, p))?;
|
||||
print_row(n, p, &stats);
|
||||
if let Some(baseline) = &first {
|
||||
sanity_check(n, baseline, &stats);
|
||||
|
||||
Reference in New Issue
Block a user