mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix bad default selection of runs
This commit is contained in:
parent
5a5d64eb90
commit
a844e66e05
@ -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)));
|
||||
|
Loading…
Reference in New Issue
Block a user