|
%!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.. | ||
www | %!s(int64=11) %!d(string=hai) anos | |
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
Makefile | %!s(int64=10) %!d(string=hai) anos | |
README.md | %!s(int64=11) %!d(string=hai) anos | |
benchmark_config.json | %!s(int64=8) %!d(string=hai) anos | |
setup.sh | %!s(int64=8) %!d(string=hai) anos | |
setup_mysql.sh | %!s(int64=8) %!d(string=hai) anos | |
setup_postgresql.sh | %!s(int64=8) %!d(string=hai) anos | |
source_code | %!s(int64=11) %!d(string=hai) anos |
note: this benchmark module has only been tested on ubuntu 12.04, and it requires the following PPA to be installed:
ppa:ubuntu-toolchain-r/test
(run: add-apt-repository ppa:ubuntu-toolchain-r/test) and the following packages to be installed:
gcc-4.8 g++-4.8
(this will not replace the system default gcc; it adds a "gcc-4.8" and "g++-4.8" command) gcc/g++ 4.7 should work too.