Skip to content

Commit

Permalink
Fix units
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Dec 26, 2024
1 parent 6d785ce commit fa606fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bencher_comment/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ impl ReportComment {
if boundary_limits.has_limit() {
html.push_str("Benchmark Result<br />");
}
html.push_str(measure.units.as_ref());
html.push_str(units.as_ref());
if boundary_limits.has_limit() {
html.push_str("<br />(Result Δ%)");
}
Expand Down

0 comments on commit fa606fc

Please sign in to comment.