Skip to content

Commit f96ac04

Browse files
committed
test(bench): Reset terminal color after report
1 parent 0ca8ba0 commit f96ac04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benches/src/print.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ pub fn print_results(
171171
delta.throughput_change_str
172172
)
173173
.unwrap();
174+
stdout.reset().unwrap();
174175
}
175176
println!();
176177
}

0 commit comments

Comments
 (0)