mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-06 23:42:55 +02:00
Add benchmarks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
let i = 0;
|
||||
let s = 0;
|
||||
while (i < 200000) {
|
||||
i += 1;
|
||||
s += i;
|
||||
}
|
||||
console.log(s);
|
||||
Reference in New Issue
Block a user