Nate e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) %!s(int64=8) %!d(string=hai) anos
..
www 62af517166 Remove binary files from TFB project %!s(int64=11) %!d(string=hai) anos
.gitignore e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved %!s(int64=9) %!d(string=hai) anos
Makefile 9e9392450a Added CSharp to travis and fixed cpoll on ubuntu12 %!s(int64=10) %!d(string=hai) anos
README.md 62af517166 Remove binary files from TFB project %!s(int64=11) %!d(string=hai) anos
benchmark_config.json e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) %!s(int64=8) %!d(string=hai) anos
setup.sh 27d114b78e Clean up apt get installs in prerequisites.sh (#2384) %!s(int64=8) %!d(string=hai) anos
setup_mysql.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) %!s(int64=8) %!d(string=hai) anos
setup_postgresql.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) %!s(int64=8) %!d(string=hai) anos
source_code 960d866dac Rename c++ to C++ %!s(int64=11) %!d(string=hai) anos

README.md

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.