From 9b8b1c5e645781adb245d536b39024755d2f5151 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Wed, 20 Feb 2019 10:00:08 +0000 Subject: [PATCH] Fix links in browser benchmark results --- tools/benchmark/browser.stub.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 );