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-04 21:59:30 +03:00
committed by GitHub
co-authored by Alexandr
parent 2641d69331
commit e09f69c82b
+2
View File
@@ -1,3 +1,5 @@
// @ts-check
const DEFAULT_RUNS = 1000;
const DEFAULT_WARMUPS = 50;