Fix bad default selection of runs

This commit is contained in:
Alexey Milovidov 2020-05-02 19:36:55 +03:00
parent 5a5d64eb90
commit a844e66e05

View File

@ -16,7 +16,7 @@ for (r in results) {
}
var runs = ["first (cold cache)", "second", "third"];
var current_runs = ['0', '1'];
var current_runs = ['1', '2'];
try {
var state = JSON.parse(decodeURIComponent(window.location.hash.substring(1)));