Login
Ben
/
Nujel
Overview
Code
Talk
CI
Settings
develop
feature/new-benchmarks
master
new-stackless
stackless
value-types
wolkenwelten
7 branches
0 tags
SSH
HTTP
Ben (Win10)
Added Ubuntu 22.04 to GH CI
904ad66
3 years ago
623 Commits
nujel
/
benchmark
/
for
/ javascript.js
Raw
text/javascript
•
96 B
•
5 lines
let ret = 0; for(let i=0;i<10000000;i++){ ret += i; } console.log("The result is: " + ret);