Created
May 6, 2012 23:30
-
-
Save kayru/2624976 to your computer and use it in GitHub Desktop.
premake4 luajit test results
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
$ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested against premake4-dev revision f66f219290eb with LuaJIT 2.0 instead of default. Intel Core2Duo 2.4 Ghz Macbook.