This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
acelab:phoronix_test_suite [2015/09/01 15:26] mcawood created |
acelab:phoronix_test_suite [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==Phoronix Test Suite== | + | ===General Info=== |
| + | The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. The software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, | ||
| + | |||
| + | ===Useful Links=== | ||
| + | |||
| + | Developer Site [[http:// | ||
| + | |||
| + | ===Install Guide=== | ||
| + | |||
| + | Install dependencies: | ||
| sudo yum install php-devel php-xml php-posix qt4-devel gmp-devel php-cli php-gd yasm cmake freeglut-devel | sudo yum install php-devel php-xml php-posix qt4-devel gmp-devel php-cli php-gd yasm cmake freeglut-devel | ||
| + | Download and install the source: | ||
| + | cd ~ | ||
| + | wget http:// | ||
| + | tar -xf phoronix-test-suite-5.8.1.tar.gz | ||
| + | cd phoronix-test-suite-5.8.1 | ||
| + | sudo ./ | ||
| + | | ||
| + | Check that the application is sourced: | ||
| + | which phoronix-test-suite | ||
| + | | ||
| + | Source the GCC compiler you wish to test, then run the benchmark suit: | ||
| + | phoronix-test-suite benchmark compiler | ||
| + | | ||
| + | | ||
| + | |||
| + | | ||