File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -930,7 +930,8 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
930
930
<table v-else class="benches compare">
931
931
<thead>
932
932
<tr>
933
- <th>Benchmark & Profile</th>
933
+ <th>Benchmark</th>
934
+ <th>Profile</th>
934
935
<th>Scenario</th>
935
936
<th>% Change</th>
936
937
<th>
@@ -951,7 +952,8 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
951
952
<tbody>
952
953
<template v-for="testCase in cases">
953
954
<tr>
954
- <td>{{ testCase.benchmark }} {{ testCase.profile }}</td>
955
+ <td>{{ testCase.benchmark }}</td>
956
+ <td>{{ testCase.profile }}</td>
955
957
<td>{{ testCase.scenario }}</td>
956
958
<td>
957
959
<a v-bind:href="percentLink(commitB, commitA, testCase)">
You can’t perform that action at this time.
0 commit comments