File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,8 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
423
423
< table id ="benches " class ="compare ">
424
424
< tbody >
425
425
< tr >
426
- < th > Benchmark Profile Scenario</ th >
426
+ < th > Benchmark & Profile</ th >
427
+ < th > Scenario</ th >
427
428
< th > % Change</ th >
428
429
< th >
429
430
Significance Factor< span class ="tooltip "> ?
@@ -436,13 +437,15 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
436
437
</ span >
437
438
</ span >
438
439
</ th >
439
- < th > {{before}} <=> {{after}}</ th >
440
+ < th > {{before}}</ th >
441
+ < th > {{after}}</ th >
440
442
</ tr >
441
443
</ tbody >
442
444
< tbody >
443
445
< template v-for ="testCase in testCases ">
444
446
< tr >
445
- < td > {{ testCase.benchmark }} {{ testCase.profile }} < br /> {{ testCase.scenario }}</ td >
447
+ < td > {{ testCase.benchmark }} {{ testCase.profile }}</ td >
448
+ < td > {{ testCase.scenario }}</ td >
446
449
< td >
447
450
< a v-bind:href ="percentLink(data.b.commit, data.a.commit, testCase) ">
448
451
< span v-bind:class ="percentClass(testCase.percent) ">
@@ -458,7 +461,8 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
458
461
< a v-bind:href ="detailedQueryLink(data.a.commit, testCase) ">
459
462
{{ testCase.datumA }}
460
463
</ a >
461
- <=>
464
+ </ td >
465
+ < td >
462
466
< a v-bind:href ="detailedQueryLink(data.b.commit, testCase) ">
463
467
{{ testCase.datumB }}
464
468
</ a >
You can’t perform that action at this time.
0 commit comments