Created
          August 28, 2016 00:56 
        
      - 
      
 - 
        
Save tors/ab5b65853b1e00e066028de388dd07cd to your computer and use it in GitHub Desktop.  
    luad benchmark
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ~/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