Fix links in browser benchmark results

master
Futago-za Ryuu 5 years ago
parent 85dbe5a396
commit 9b8b1c5e64

@ -96,8 +96,7 @@ $( "#run" ).click( () => {
appendResult(
"individual",
test.title,
"tools/benchmark/" + benchmark.id + "/" + test.file,
`https://raw.githubusercontent.com/pegjs/pegjs/${ BRANCH }/tools/benchmark/${ benchmark.id }/${ test.file }`,
`https://github.com/pegjs/pegjs/blob/${ BRANCH }/tools/benchmark/${ benchmark.id }/${ test.file }`,
inputSize,
parseTime
);

Loading…
Cancel
Save