Skip to content

Commit

Permalink
fix lockfree benchmark output
Browse files Browse the repository at this point in the history
  • Loading branch information
Osteoporosis authored and taiki-e committed Jan 16, 2024
1 parent 3aa2598 commit bd87a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-channel/benchmarks/lockfree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fn main() {
println!(
"{:25} {:15} {:7.3} sec",
$name,
"Rust crossbeam-channel",
"Rust lockfree",
elapsed.as_secs() as f64 + elapsed.subsec_nanos() as f64 / 1e9
);
};
Expand Down

0 comments on commit bd87a61

Please sign in to comment.