Skip to content

Commit e126cea

Browse files
CopilotVaiz
authored andcommitted
fix(cachet): remove manual eprintln session printing in dynamic bench
1 parent 8615aea commit e126cea

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

crates/cachet/benches/dynamic.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ fn bench_dynamic_cache(c: &mut Criterion) {
120120
});
121121

122122
group.finish();
123-
// Use eprintln (not println) so output goes to stderr. Writing to stdout
124-
// breaks nextest's benchmark list parser, which expects every non-empty
125-
// stdout line to end with ': test' or ': benchmark'.
126-
eprintln!("\n{session}");
127123
}
128124

129125
criterion_group!(benches, bench_dynamic_cache);

0 commit comments

Comments
 (0)