Skip to content

Instantly share code, notes, and snippets.

@kayru
Created May 6, 2012 23:30
Show Gist options
  • Save kayru/2624976 to your computer and use it in GitHub Desktop.
Save kayru/2624976 to your computer and use it in GitHub Desktop.
premake4 luajit test results
$ time ./test_release
Building configurations...
Running action 'test'...
running time : 5.01
789 tests passed, 0 failed
Done.
real 0m5.079s
user 0m0.539s
sys 0m4.531s
$ time ./test_vanilla
Building configurations...
Running action 'test'...
running time : 5.689774
789 tests passed, 0 failed
Done.
real 0m5.787s
user 0m1.214s
sys 0m4.565s
@kayru
Copy link
Author

kayru commented May 6, 2012

Tested against premake4-dev revision f66f219290eb with LuaJIT 2.0 instead of default. Intel Core2Duo 2.4 Ghz Macbook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment