summaryrefslogtreecommitdiffstats
path: root/pts-core/phoronix-test-suite.php
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Eliminate need to statically code options and arguments inMichael Larabel2008-12-051-2/+9
| | | | phoronix-test-suite, but handle most of it dynamically
* pts-core: Rework the pts_run_option interface to set options to run nextMichael Larabel2008-11-291-1/+5
| | | | | pts-core: Change benchmark option to using the revised pts_run_option interface to avoid double pts-core initalization
* Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 1Michael Larabel2008-11-221-4/+2
|
* pts-core: Add __pre_option_process() and __post_option_process() to PTSMichael Larabel2008-11-151-5/+1
| | | | module system
* pts-core: Add pts_run_option_command() for modularizing executing PTSMichael Larabel2008-11-151-8/+1
| | | | tasks
* pts-core: Relocate initialization code to be called fromMichael Larabel2008-11-131-0/+18
| | | | phoronix-test-suite.php
* pts-core: Modularize all Phoronix Test Suite run-time user options intoMichael Larabel2008-11-131-2/+11
| | | | | options/ classes and using phoronix-test-suite.php interface pts-core: Remove pts-run-cmd.php now that all options are modularized
* pts-core: Start migrating all commands into options/ classes and usingMichael Larabel2008-11-131-0/+36
the new phoronix-test-suite.php interface