Add timeout enabling the browser to fully start first.
This commit is contained in:
Родитель
de3298fe8e
Коммит
5ea96ad2f6
|
@ -120,7 +120,7 @@ function warmup()
|
|||
|
||||
function start()
|
||||
{
|
||||
window.setTimeout(next, 128);
|
||||
window.setTimeout(next, 1000);
|
||||
}
|
||||
|
||||
function next()
|
||||
|
|
|
@ -50,6 +50,6 @@ window.onload = function() {
|
|||
BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
|
||||
NotifyError: PrintError,
|
||||
NotifyScore: PrintScore });
|
||||
});
|
||||
}, 1000);
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -121,7 +121,7 @@ function warmup()
|
|||
|
||||
function start()
|
||||
{
|
||||
window.setTimeout(next, 128);
|
||||
window.setTimeout(next, 1000);
|
||||
}
|
||||
|
||||
function next()
|
||||
|
|
Загрузка…
Ссылка в новой задаче