summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Phoronix pts-graph test for testing PHP and PHP-GD performanceMichael Larabel2008-05-186-7/+42
|
* Test fix for build-mplayer...Michael Larabel2008-05-183-2/+9
|
* Have the Debian package builder (package-build-deb.php) use install-shMichael Larabel2008-05-182-13/+2
| | | | for most of the installation process
* Add documentation folder contents to install-sh script with PTSMichael Larabel2008-05-182-1/+6
| | | | documentation
* DOCUMENTATION: Add guide-write-test-profile.txt as a simple guide on howMichael Larabel2008-05-182-0/+84
| | | | | to write a test profile, with the guide being based around the sample-program profile
* Add sample-program as a test profile meant for documentation andMichael Larabel2008-05-185-0/+39
| | | | demonstration purposes.
* DOCUMENTATION: Add XML specifications for test profiles, test suites, and testMichael Larabel2008-05-184-0/+327
| | | | downloads to documentation/ folder
* A variety of changes...Michael Larabel2008-05-185-7/+12
|
* Rearrange pts-interfaces.phpMichael Larabel2008-05-181-2/+2
|
* Re-order pts-interface definitions...Michael Larabel2008-05-171-24/+62
|
* Use only l for less than and g for greater than with the estimated time.Michael Larabel2008-05-171-3/+3
|
* - Add EstimatedLength test profile option for the estimated amount of time ↵Michael Larabel2008-05-164-0/+30
| | | | | | (in minutes) it takes the test to run - Display EstimatedLength (if supplied) when viewing test information
* A variety of small changes...Michael Larabel2008-05-166-9/+66
|
* Merge test-info and suite-info into generic info argument (though the ↵Michael Larabel2008-05-163-15/+8
| | | | earlier options are still compatible) and auto-detect the type.
* Tweaks to suite-info formatting...Michael Larabel2008-05-163-1/+9
|
* Tag Phoronix Test Suite 0.7.0Michael Larabel2008-05-162-2/+4
|
* Should be a few trivial fixes...Michael Larabel2008-05-163-11/+11
|
* Revert encode-flac MAX quantifier, was meant just for a test.Michael Larabel2008-05-161-1/+0
|
* Add result quantifier option for parsing results... For traditionalMichael Larabel2008-05-166-15/+57
| | | | | | | numerical profiles, the ResultQuantifier tag can have values of MAX and MIN for recording the maximum or minimum values. Other modes can be supported in the future. For numerical results where the tag isn't supplied, it will default to AVG.
* Add SupportedArchitectures tag to TestProfile, if the test is onlyMichael Larabel2008-05-163-0/+31
| | | | | compatible with select architectures (delimit each architecture by a comma)
* Update espeak profile (Thanks to uncle_fungus)Michael Larabel2008-05-163-8/+8
|
* Advanced merging support...Michael Larabel2008-05-163-26/+38
|
* No temp file patches for all encode-* profiles (Thanks to uncle_fungus)Michael Larabel2008-05-1611-37/+10
|
* memory-bandwidth profile update (Thanks to Kano!)Michael Larabel2008-05-162-13/+97
|
* Download size and environment size updates (Thanks to uncle_fungus)Michael Larabel2008-05-169-0/+18
|
* md-gromacs profile update...Michael Larabel2008-05-161-1/+3
|
* encode-flac optimization (by uncle_fungus)Michael Larabel2008-05-151-6/+1
|
* Report download and environment size (if available) in test-info (patchMichael Larabel2008-05-151-0/+7
| | | | thanks to uncle_fungus).
* Add support for custom install prefix (first argument supplied toMichael Larabel2008-05-151-14/+20
| | | | install-sh over-rides the /usr prefix)
* Add a generic (very base) install script for /usr/ installation (namedMichael Larabel2008-05-152-0/+23
| | | | install-sh)
* Create a basic tree view of all tests/suites contained inside a suiteMichael Larabel2008-05-154-33/+16
| | | | when running suite-info <suite-name>
* Fixes for broken definition of XML interface in two new functions...Michael Larabel2008-05-151-2/+2
|
* Add in detection code if DownloadSize and EnvironmentSize are supplied,Michael Larabel2008-05-152-1/+20
| | | | | if the free space in the respective directories aren't large enough, quit.
* Add support for DownloadSize and EnvironmentSize inside the testMichael Larabel2008-05-153-2/+37
| | | | | | | | profile's TestProfile tag for the estimated size of the files to be downloaded and the estimated size of the setup test environment directory. These tags are optional and if supplied the value must be in megabytes. (Easy help but would be much appreciated: Filling this information in for the existing test profiles)
* When downloading test files, first download to the PTS_TEMP_DIR andMichael Larabel2008-05-154-5/+19
| | | | | | perform all verification in this area. Only move file to the test environment directory once the file is verified. Addresses issues of PTS thinking file is verified if user closes window prematurely.
* Add support for test maintainers to have a validate-install.sh orMichael Larabel2008-05-153-2/+50
| | | | | | | | validate-install.php inside their test resources folder. This file is optional and contains checks to verify whether the test is PROPERLY installed and setup (read: all set for benchmark) or whether it still needs to be installed. If the test is properly setup, it should just output TRUE, otherwise the test will be reinstalled.
* Add batch-setup option for configuring batch mode options.Michael Larabel2008-05-154-8/+63
|
* Don't prompt for tags when in batch mode and add option for auto-namingMichael Larabel2008-05-155-7/+21
| | | | the saved results when running in batch mode
* Add OpenArena (openarena) test profileMichael Larabel2008-05-145-0/+85
|
* Bug fix from previous commit..Michael Larabel2008-05-141-1/+1
|
* More font work... Needed to add in a PHP GD test.Michael Larabel2008-05-142-11/+6
|
* Change font directory to pts-results-viewer/fonts/Michael Larabel2008-05-142-1/+1
|
* Drop pts-test1 suite as it was always intended just for testing...Michael Larabel2008-05-142-87/+3
| | | | Correct wav file size in universe-cli.
* Two uncle_fungus patches...Michael Larabel2008-05-142-7/+1
|
* Change-log update...Michael Larabel2008-05-131-0/+1
|
* Commit experimental read_ati_extension() from uncle_fungus.Michael Larabel2008-05-132-13/+74
|
* Doh, stupid Nexuiz bug with 2.4.2.Michael Larabel2008-05-131-1/+1
|
* Add tandem-xml to universe-cli suiteMichael Larabel2008-05-132-0/+11
|
* Add tandem-xml test profile for testing the XML read/write performanceMichael Larabel2008-05-138-0/+78
| | | | of the tandem_Xml writer and reader
* PTS Download Cache support for reading over protocols such as FTP, HTTP,Michael Larabel2008-05-132-6/+39
| | | | | | | NFS, SMB either over a LAN or Internet. With this, you could specify a download cache directory on an intranet server in your company for downloading all of the tests from. In user-config.xml CacheDirectory just specify the full URI.