Created
July 2, 2020 11:15
-
-
Save ntrel/0954d86eaf393972701c2af799065755 to your computer and use it in GitHub Desktop.
This file contains 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
Czastka Family@family-desktop MINGW32 /c/git/v (arr-get) | |
$ time ./v.exe -prod self | |
V self compiling (-prod)... | |
real 0m29.046s | |
user 0m0.015s | |
sys 0m0.000s | |
Czastka Family@family-desktop MINGW32 /c/git/v (arr-get) | |
$ cp /c/v/v.exe . && time ./v.exe -prod self | |
V self compiling (-prod)... | |
real 0m25.311s | |
user 0m0.000s | |
sys 0m0.015s | |
Czastka Family@family-desktop MINGW32 /c/git/v (arr-get) | |
$ time ./v.exe self | |
V self compiling ... | |
real 0m5.084s | |
user 0m0.000s | |
sys 0m0.015s | |
Czastka Family@family-desktop MINGW32 /c/git/v (arr-get) | |
$ cp /c/v/v.exe . && time ./v.exe self | |
V self compiling ... | |
real 0m5.164s | |
user 0m0.015s | |
sys 0m0.000s | |
Czastka Family@family-desktop MINGW32 /c/git/v (arr-get) | |
$ time ./v.exe -prod self | |
V self compiling (-prod)... | |
real 0m25.327s | |
user 0m0.000s | |
sys 0m0.031s | |
Czastka Family@family-desktop MINGW32 /c/git/v (arr-get) | |
$ cp /c/v/v.exe . && time ./v.exe -prod self | |
V self compiling (-prod)... | |
real 0m25.259s | |
user 0m0.015s | |
sys 0m0.000s | |
Czastka Family@family-desktop MINGW32 /c/git/v (arr-get) | |
$ time ./v.exe self | |
V self compiling ... | |
real 0m5.020s | |
user 0m0.000s | |
sys 0m0.016s | |
Czastka Family@family-desktop MINGW32 /c/git/v (arr-get) | |
$ cp /c/v/v.exe . && time ./v.exe self | |
V self compiling ... | |
real 0m5.163s | |
user 0m0.015s | |
sys 0m0.015s | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment