chore: enable ts-check for bench tests utils (#4512)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Alexandr Garbuzov
2025-10-25 13:00:06 +02:00
committed by martin-mfg
co-authored by Alexandr
parent 98bcb43f0b
commit b80ace0a5a
+2
View File
@@ -1,3 +1,5 @@
// @ts-check
const DEFAULT_RUNS = 1000;
const DEFAULT_WARMUPS = 50;