summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts-core: Clean up some function merge codeMichael Larabel2008-12-072-86/+53
|
* pts-core: Add pts_result_file objectMichael Larabel2008-12-072-0/+207
|
* pts: Tweak jxrendermark settingsMichael Larabel2008-12-061-4/+4
|
* pts: Add jxrendermark as new X Render benchmark test proMichael Larabel2008-12-065-0/+137
|
* system_monitor: Update sensors every 9 secondsMichael Larabel2008-12-064-23/+24
|
* Update documentation to reflect multiple argumentsMichael Larabel2008-12-052-3/+4
|
* pts-core: Various fixes to the rewritten run_testMichael Larabel2008-12-053-9/+20
|
* pts: Remove bonnie until new revisions are madeMichael Larabel2008-12-058-189/+7
|
* pts-core: Allow multiple tests/suites/identifiers to be passed using theMichael Larabel2008-12-056-301/+370
| | | | run and benchmark options
* pts-core: Allow multiple tests/suites/identifiers to be passed using theMichael Larabel2008-12-056-18/+44
| | | | install (and force-install) option
* pts-core: Eliminate need to statically code options and arguments inMichael Larabel2008-12-053-114/+54
| | | | phoronix-test-suite, but handle most of it dynamically
* pts-core: Improve reporting of Xfce in sw_desktop_environment()Michael Larabel2008-12-052-1/+2
|
* pts-core: Move around some run_test.php codeMichael Larabel2008-12-041-12/+15
|
* Add more to pts-results-viewer.xslMichael Larabel2008-12-041-1/+1
|
* pts-core: Add XSL-powered results overview chart to PTS Results ViewerMichael Larabel2008-12-043-2/+59
|
* pts-core: Shorten phoronix-test-suite textMichael Larabel2008-12-042-30/+31
|
* pts-core: Rename various optionsMichael Larabel2008-12-049-18/+19
|
* pts-core: Add pts_load_function_set() for loading functions within PTSMichael Larabel2008-12-0413-12/+19
| | | | options
* pts-core: Add pts-functions_io.php and pts-functions_global.phpMichael Larabel2008-12-046-289/+347
|
* pts-core: Fix regression in clone command that didn't download the XMLMichael Larabel2008-12-032-1/+2
| | | | from Phoronix Global
* pts-core: Fix regression that disabled benchmarking against PhoronixMichael Larabel2008-12-032-1/+2
| | | | Global by simply supplying the global ID
* pts-core: Various PHP notice fixesMichael Larabel2008-12-035-6/+8
|
* pts-core: Fix fatal error in list-installed-tests optionMichael Larabel2008-12-034-8/+11
|
* pts: Update filesystem test suiteMichael Larabel2008-12-032-62/+12
|
* pts-core: Cut down on use of pts_exit() command due to the new optionMichael Larabel2008-12-026-42/+60
| | | | architecture, instead use returns appropriately
* pts: Add filesystem test suiteMichael Larabel2008-12-024-4/+125
|
* Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 2Michael Larabel2008-12-017-12/+14
|
* pts-core: Major Self-Contained Test Profile (SCTP) update. Also adds inMichael Larabel2008-11-309-12/+117
| | | | convert-test-to-sctp option.
* pts-core: Clean up / functionize more benchmark run codeMichael Larabel2008-11-304-128/+161
|
* pts-core: Add build-suite option that guides the user throughMichael Larabel2008-11-3010-123/+277
| | | | automatically building their own test suite
* pts-core: Add download-test-files option to download files for aMichael Larabel2008-11-306-24/+89
| | | | test/suite but don't install
* pts-core: Remove old un-used files and installed files prior toMichael Larabel2008-11-303-3/+22
| | | | installing/reinstalling a test
* pts: Update openarena test profile to use OpenArena 0.8.1 game and newMichael Larabel2008-11-304-12/+13
| | | | demo file
* pts-core: Fix recent regression in pts_download_test_files() that causedMichael Larabel2008-11-302-4/+4
| | | | only the first file to be downloaded
* pts: Update iozone test profile to version 3.315 and add size userMichael Larabel2008-11-307-15/+47
| | | | option
* pts: Update sqlite test profile to version 3.6.6.2Michael Larabel2008-11-304-15/+19
|
* pts-core: Update CSS and XSL for results viewer, fix table columnMichael Larabel2008-11-305-35/+30
| | | | alignment bug
* pts-core: Remove DownloadSize tag that was deprecated from the testMichael Larabel2008-11-293-14/+4
| | | | profiles since PTS 1.4
* pts-core: Fix regression in list-all-tests not listing unsupported testsMichael Larabel2008-11-292-1/+2
|
* pts-core: Fix regression in hw_gpu_xrandr_available_modes()Michael Larabel2008-11-292-1/+2
|
* pts-core: Adjust some tag locations within the user-config.xml (NOTE:Michael Larabel2008-11-293-13/+11
| | | | USERS MAY NEED TO UPDATE THEIR SETTINGS)
* pts-core: Allow pts_Graph to set the default image renderer forMichael Larabel2008-11-296-45/+27
| | | | blide_renderer
* pts-core: Add pts_option_interfaceMichael Larabel2008-11-291-0/+28
|
* pts-core: Ensure all PTS options extend the pts_option_interfaceMichael Larabel2008-11-2938-72/+73
|
* pts-core: Eliminate use of SILENT_INSTALL environmental variableMichael Larabel2008-11-296-11/+5
|
* pts-core: Rework the pts_run_option interface to set options to run nextMichael Larabel2008-11-296-15/+135
| | | | | pts-core: Change benchmark option to using the revised pts_run_option interface to avoid double pts-core initalization
* pts-core: Update phoronix-test-suite textMichael Larabel2008-11-295-6/+10
|
* pts: Add adjustable file size support for bonnie test profileMichael Larabel2008-11-297-27/+49
|
* pts-core: Add analyze-all-runs option to generate a candlestick graphMichael Larabel2008-11-297-6/+75
| | | | showing the distribution of results from all trial runs
* pts_CandleStickGraph: A new graph type that displays results from allMichael Larabel2008-11-293-1/+102
| | | | test runs and is modeled after Japanese Candlestick charting