mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +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 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
const delta = 40;
|
const delta = 20;
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
var table = document.querySelector("table");
|
var table = document.querySelector("table");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue