Skip to content

Instantly share code, notes, and snippets.

@ntrel
Created July 2, 2020 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntrel/0954d86eaf393972701c2af799065755 to your computer and use it in GitHub Desktop.
Save ntrel/0954d86eaf393972701c2af799065755 to your computer and use it in GitHub Desktop.
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