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:
parent
a76460f5d6
commit
6cd0ff2b52
@ -1,4 +1,4 @@
|
||||
const delta = 40;
|
||||
const delta = 20;
|
||||
|
||||
(function () {
|
||||
var table = document.querySelector("table");
|
||||
|
Loading…
Reference in New Issue
Block a user