1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools/fast: change delta to 20ms to easier catch commits that slow down the compiler

This commit is contained in:
Alexander Medvednikov 2020-11-03 02:50:30 +01:00
parent a76460f5d6
commit 6cd0ff2b52

View File

@ -1,4 +1,4 @@
const delta = 40;
const delta = 20;
(function () {
var table = document.querySelector("table");