Last active
December 19, 2015 23:49
-
-
Save ziggear/6037091 to your computer and use it in GitHub Desktop.
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
//LuaJIT on iOS 5.1 | |
Lua SciMark 2010-12-10 based on SciMark 2.0a. Copyright (C) 2006-2010 Mike Pall. | |
FFT 4.76 [1024] | |
SOR 12.18 [100] | |
MC 2.94 | |
SPARSE 7.84 [1000, 5000] | |
LU 10.60 [100] | |
SciMark 7.67 [small problem sizes] | |
//Lua on iOS 5.1 | |
Lua SciMark 2010-12-10 based on SciMark 2.0a. Copyright (C) 2006-2010 Mike Pall. | |
FFT 0.80 [1024] | |
SOR 1.80 [100] | |
MC 0.46 | |
SPARSE 1.11 [1000, 5000] | |
LU 1.29 [100] | |
SciMark 1.09 [small problem sizes] | |
//LuaJIT on iOS Simulator 6.1 | |
Lua SciMark 2010-12-10 based on SciMark 2.0a. Copyright (C) 2006-2010 Mike Pall. | |
FFT 0.01 [1024] | |
SOR 0.11 [100] | |
MC 0.00 | |
SPARSE 0.03 [1000, 5000] | |
LU 0.10 [100] | |
SciMark 0.05 [small problem sizes] | |
//Lua on iOS Simulator 6.1 | |
Lua SciMark 2010-12-10 based on SciMark 2.0a. Copyright (C) 2006-2010 Mike Pall. | |
FFT 5.80 [1024] | |
SOR 12.95 [100] | |
MC 3.75 | |
SPARSE 8.90 [1000, 5000] | |
LU 10.20 [100] | |
SciMark 8.32 [small problem sizes] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment