diff --git a/tools/benchmark/browser.stub.js b/tools/benchmark/browser.stub.js index d9cd376..1c9b1d2 100644 --- a/tools/benchmark/browser.stub.js +++ b/tools/benchmark/browser.stub.js @@ -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 );