User Tools

Site Tools


acelab:phoronix_test_suite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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, and easy-to-use manner. [[http://www.phoronix-test-suite.com/?k=home|source]]
 +
 +===Useful Links===
 +
 +Developer Site [[http://www.phoronix-test-suite.com/?k=home]]
 +
 +===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://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-5.8.1
 +  tar -xf phoronix-test-suite-5.8.1.tar.gz
 +  cd phoronix-test-suite-5.8.1
 +  sudo ./install-sh
 +  
 +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
 +  
 +  
 +
 +  
/app/dokuwiki/data/attic/acelab/phoronix_test_suite.1441113998.txt.gz · Last modified: 2021/12/09 16:42 (external edit)