github.com/jgbaldwinbrown/perf@v0.1.1/cmd/benchstat/testdata/exampleoldhtml.golden (about) 1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Performance Result Comparison</title> 6 <style> 7 .benchstat { border-collapse: collapse; } 8 .benchstat th:nth-child(1) { text-align: left; } 9 .benchstat tbody td:nth-child(1n+2):not(.note) { text-align: right; padding: 0em 1em; } 10 .benchstat tr:not(.configs) th { border-top: 1px solid #666; border-bottom: 1px solid #ccc; } 11 .benchstat .nodelta { text-align: center !important; } 12 .benchstat .better td.delta { font-weight: bold; } 13 .benchstat .worse td.delta { font-weight: bold; color: #c00; } 14 </style> 15 </head> 16 <body> 17 18 <table class='benchstat '> 19 20 21 <tbody> 22 23 <tr><th><th>time/op 24 <tr><td>GobEncode<td>13.6ms ± 1% 25 <tr><td>JSONEncode<td>32.1ms ± 1% 26 <tr><td> 27 </tbody> 28 29 <tbody> 30 31 <tr><th><th>speed 32 <tr><td>GobEncode<td>56.4MB/s ± 1% 33 <tr><td>JSONEncode<td>60.4MB/s ± 1% 34 <tr><td> 35 </tbody> 36 37 </table> 38 </body> 39 </html>