Skip to content

Commit 5abd027

Browse files
committed
add profile in benchmark result summary line
1 parent dcae222 commit 5abd027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/comparison.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,8 +1000,8 @@ impl TestResultComparison {
10001000
.unwrap();
10011001
writeln!(
10021002
summary,
1003-
" (up to {:.1}% on `{}` builds of `{}`)",
1004-
percent, self.scenario, self.benchmark
1003+
" (up to {:.1}% on `{}` builds of `{} {}`)",
1004+
percent, self.scenario, self.benchmark, self.profile
10051005
)
10061006
.unwrap();
10071007
}

0 commit comments

Comments
 (0)