Upload Kmake

This commit is contained in:
Gorochu
2026-05-26 23:36:42 -07:00
parent ba051b2f74
commit 555ec72358
41615 changed files with 13344630 additions and 1 deletions

View File

@ -0,0 +1,37 @@
Checks format of console.timeEnd output
Running test: zero
js: 0 ms
timeEnd: 0 ms
Running test: verySmall
js: 1e-15 ms
timeEnd: 1e-15 ms
Running test: small
js: 0.001 ms
timeEnd: 0.001 ms
Running test: regular
js: 1.2345 ms
timeEnd: 1.2345 ms
Running test: big
js: 10000.2345 ms
timeEnd: 10000.2345 ms
Running test: veryBig
js: 1000000000000000.2 ms
timeEnd: 1000000000000000.2 ms
Running test: huge
js: 1e+42 ms
timeEnd: 1e+42 ms
Running test: undefinedAsLabel
js: 1 ms
default: 1 ms
Running test: emptyAsLabel
js: 1 ms
default: 1 ms