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 a simple test of port io and removed [file/tempname]
b6dc44c
3 years ago
820 Commits
nujel
/
benchmark
/
for
/ lua.lua
Raw
text/x-lua
•
106 B
•
7 lines
#!/usr/bin/env lua ret = 0 for i = 1,(10000000-1) do ret = ret + i end print("The result is ",ret)