Skip to content

Instantly share code, notes, and snippets.

@tors
Created August 28, 2016 00:56
Show Gist options
  • Save tors/ab5b65853b1e00e066028de388dd07cd to your computer and use it in GitHub Desktop.
Save tors/ab5b65853b1e00e066028de388dd07cd to your computer and use it in GitHub Desktop.
luad benchmark
~/Desktop/fiblua $ time ./fiblua
9227465
real 0m1.292s
user 0m1.281s
sys 0m0.004s
~/Desktop/fiblua $ time lua5.1 fib.lua
9227465
real 0m1.307s
user 0m1.303s
sys 0m0.003s
~/Desktop/fiblua $ time lua5.1 fib.lua
9227465
real 0m1.295s
user 0m1.290s
sys 0m0.003s
~/Desktop/fiblua $ time ./fiblua
9227465
real 0m1.323s
user 0m1.316s
sys 0m0.004s
~/Desktop/fiblua $ time ./fiblua
9227465
real 0m1.344s
user 0m1.340s
sys 0m0.003s
~/Desktop/fiblua $ time lua5.1 fib.lua
9227465
real 0m1.321s
user 0m1.316s
sys 0m0.003s
~/Desktop/fiblua $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment