Julia Nething e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved 9 years ago
..
www 62af517166 Remove binary files from TFB project 11 years ago
.gitignore e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved 9 years ago
Makefile 9e9392450a Added CSharp to travis and fixed cpoll on ubuntu12 10 years ago
README.md 62af517166 Remove binary files from TFB project 11 years ago
benchmark_config.json 2ee1133c4e Add .json to benchmark_config, Resolve TechEmpower/FrameworkBenchmarks#1095 10 years ago
setup.sh 0abd0a3549 Worked through C++/C and a PHP 10 years ago
source_code 960d866dac Rename c++ to C++ 11 years ago

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.