|
пре 8 година | |
---|---|---|
.. | ||
www | пре 8 година | |
.gitignore | пре 9 година | |
Makefile | пре 10 година | |
README.md | пре 11 година | |
benchmark_config.json | пре 8 година | |
setup.sh | пре 8 година | |
setup_mysql.sh | пре 8 година | |
setup_postgresql.sh | пре 8 година | |
source_code | пре 11 година |
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.