Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Phoronix pts-graph test for testing PHP and PHP-GD performance | Michael Larabel | 2008-05-18 | 6 | -7/+42 | |
| | ||||||
* | Test fix for build-mplayer... | Michael Larabel | 2008-05-18 | 3 | -2/+9 | |
| | ||||||
* | Have the Debian package builder (package-build-deb.php) use install-sh | Michael Larabel | 2008-05-18 | 2 | -13/+2 | |
| | | | | for most of the installation process | |||||
* | Add documentation folder contents to install-sh script with PTS | Michael Larabel | 2008-05-18 | 2 | -1/+6 | |
| | | | | documentation | |||||
* | DOCUMENTATION: Add guide-write-test-profile.txt as a simple guide on how | Michael Larabel | 2008-05-18 | 2 | -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 and | Michael Larabel | 2008-05-18 | 5 | -0/+39 | |
| | | | | demonstration purposes. | |||||
* | DOCUMENTATION: Add XML specifications for test profiles, test suites, and test | Michael Larabel | 2008-05-18 | 4 | -0/+327 | |
| | | | | downloads to documentation/ folder | |||||
* | A variety of changes... | Michael Larabel | 2008-05-18 | 5 | -7/+12 | |
| | ||||||
* | Rearrange pts-interfaces.php | Michael Larabel | 2008-05-18 | 1 | -2/+2 | |
| | ||||||
* | Re-order pts-interface definitions... | Michael Larabel | 2008-05-17 | 1 | -24/+62 | |
| | ||||||
* | Use only l for less than and g for greater than with the estimated time. | Michael Larabel | 2008-05-17 | 1 | -3/+3 | |
| | ||||||
* | - Add EstimatedLength test profile option for the estimated amount of time ↵ | Michael Larabel | 2008-05-16 | 4 | -0/+30 | |
| | | | | | | (in minutes) it takes the test to run - Display EstimatedLength (if supplied) when viewing test information | |||||
* | A variety of small changes... | Michael Larabel | 2008-05-16 | 6 | -9/+66 | |
| | ||||||
* | Merge test-info and suite-info into generic info argument (though the ↵ | Michael Larabel | 2008-05-16 | 3 | -15/+8 | |
| | | | | earlier options are still compatible) and auto-detect the type. | |||||
* | Tweaks to suite-info formatting... | Michael Larabel | 2008-05-16 | 3 | -1/+9 | |
| | ||||||
* | Tag Phoronix Test Suite 0.7.0 | Michael Larabel | 2008-05-16 | 2 | -2/+4 | |
| | ||||||
* | Should be a few trivial fixes... | Michael Larabel | 2008-05-16 | 3 | -11/+11 | |
| | ||||||
* | Revert encode-flac MAX quantifier, was meant just for a test. | Michael Larabel | 2008-05-16 | 1 | -1/+0 | |
| | ||||||
* | Add result quantifier option for parsing results... For traditional | Michael Larabel | 2008-05-16 | 6 | -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 only | Michael Larabel | 2008-05-16 | 3 | -0/+31 | |
| | | | | | compatible with select architectures (delimit each architecture by a comma) | |||||
* | Update espeak profile (Thanks to uncle_fungus) | Michael Larabel | 2008-05-16 | 3 | -8/+8 | |
| | ||||||
* | Advanced merging support... | Michael Larabel | 2008-05-16 | 3 | -26/+38 | |
| | ||||||
* | No temp file patches for all encode-* profiles (Thanks to uncle_fungus) | Michael Larabel | 2008-05-16 | 11 | -37/+10 | |
| | ||||||
* | memory-bandwidth profile update (Thanks to Kano!) | Michael Larabel | 2008-05-16 | 2 | -13/+97 | |
| | ||||||
* | Download size and environment size updates (Thanks to uncle_fungus) | Michael Larabel | 2008-05-16 | 9 | -0/+18 | |
| | ||||||
* | md-gromacs profile update... | Michael Larabel | 2008-05-16 | 1 | -1/+3 | |
| | ||||||
* | encode-flac optimization (by uncle_fungus) | Michael Larabel | 2008-05-15 | 1 | -6/+1 | |
| | ||||||
* | Report download and environment size (if available) in test-info (patch | Michael Larabel | 2008-05-15 | 1 | -0/+7 | |
| | | | | thanks to uncle_fungus). | |||||
* | Add support for custom install prefix (first argument supplied to | Michael Larabel | 2008-05-15 | 1 | -14/+20 | |
| | | | | install-sh over-rides the /usr prefix) | |||||
* | Add a generic (very base) install script for /usr/ installation (named | Michael Larabel | 2008-05-15 | 2 | -0/+23 | |
| | | | | install-sh) | |||||
* | Create a basic tree view of all tests/suites contained inside a suite | Michael Larabel | 2008-05-15 | 4 | -33/+16 | |
| | | | | when running suite-info <suite-name> | |||||
* | Fixes for broken definition of XML interface in two new functions... | Michael Larabel | 2008-05-15 | 1 | -2/+2 | |
| | ||||||
* | Add in detection code if DownloadSize and EnvironmentSize are supplied, | Michael Larabel | 2008-05-15 | 2 | -1/+20 | |
| | | | | | if the free space in the respective directories aren't large enough, quit. | |||||
* | Add support for DownloadSize and EnvironmentSize inside the test | Michael Larabel | 2008-05-15 | 3 | -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 and | Michael Larabel | 2008-05-15 | 4 | -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 or | Michael Larabel | 2008-05-15 | 3 | -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 Larabel | 2008-05-15 | 4 | -8/+63 | |
| | ||||||
* | Don't prompt for tags when in batch mode and add option for auto-naming | Michael Larabel | 2008-05-15 | 5 | -7/+21 | |
| | | | | the saved results when running in batch mode | |||||
* | Add OpenArena (openarena) test profile | Michael Larabel | 2008-05-14 | 5 | -0/+85 | |
| | ||||||
* | Bug fix from previous commit.. | Michael Larabel | 2008-05-14 | 1 | -1/+1 | |
| | ||||||
* | More font work... Needed to add in a PHP GD test. | Michael Larabel | 2008-05-14 | 2 | -11/+6 | |
| | ||||||
* | Change font directory to pts-results-viewer/fonts/ | Michael Larabel | 2008-05-14 | 2 | -1/+1 | |
| | ||||||
* | Drop pts-test1 suite as it was always intended just for testing... | Michael Larabel | 2008-05-14 | 2 | -87/+3 | |
| | | | | Correct wav file size in universe-cli. | |||||
* | Two uncle_fungus patches... | Michael Larabel | 2008-05-14 | 2 | -7/+1 | |
| | ||||||
* | Change-log update... | Michael Larabel | 2008-05-13 | 1 | -0/+1 | |
| | ||||||
* | Commit experimental read_ati_extension() from uncle_fungus. | Michael Larabel | 2008-05-13 | 2 | -13/+74 | |
| | ||||||
* | Doh, stupid Nexuiz bug with 2.4.2. | Michael Larabel | 2008-05-13 | 1 | -1/+1 | |
| | ||||||
* | Add tandem-xml to universe-cli suite | Michael Larabel | 2008-05-13 | 2 | -0/+11 | |
| | ||||||
* | Add tandem-xml test profile for testing the XML read/write performance | Michael Larabel | 2008-05-13 | 8 | -0/+78 | |
| | | | | of the tandem_Xml writer and reader | |||||
* | PTS Download Cache support for reading over protocols such as FTP, HTTP, | Michael Larabel | 2008-05-13 | 2 | -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. |