We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fc4b1 commit c45d93cCopy full SHA for c45d93c
src/bootstrap.js
@@ -46,7 +46,7 @@ function reset() {
46
} else {
47
const benchmark = benchmarks[index];
48
text += `<td class="benchmark-name">`;
49
- text += `<a href="https://github.com/v8/web-tooling-benchmark/blob/master/docs/in-depth.md##${benchmark.name}" target="_blank">${benchmark.name}</a></td>`;
+ text += `<a href="https://github.com/v8/web-tooling-benchmark/blob/master/docs/in-depth.md#${benchmark.name}" target="_blank">${benchmark.name}</a></td>`;
50
text += `<td class="result" id="results-cell-${benchmark.name}">—</td>`;
51
}
52
0 commit comments