Commit 559ec5d
committed
Fix build name column in Traffic Light table
The table renders correctly when benchmarks are executed across all platforms.
However, if benchmarks are only run on a subset of platforms, the Build Name column does not display all entries.
This PR addresses the issue by checking for unique buildNameTitle values across all benchmarks.
Fixes: automation/issues/560
Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>1 parent 2270c24 commit 559ec5d
1 file changed
+9
-3
lines changedLines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
| 251 | + | |
253 | 252 | | |
254 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
255 | 260 | | |
| 261 | + | |
256 | 262 | | |
257 | 263 | | |
258 | 264 | | |
| |||
0 commit comments