summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add gui-tollkits suiteMichael Larabel2008-05-082-0/+35
|
* Move generic system parsing functions toMichael Larabel2008-05-085-159/+165
| | | | pts-core/functions/pts-functions_system_parsing.php
* Check if HAL reports string as empty, if so turn to Unknown.Michael Larabel2008-05-081-0/+3
|
* Add in lshal (HAL) parsing support. Report system's motherboard/model toMichael Larabel2008-05-082-2/+47
| | | | hardware information string.
* Add in initial pcqs-workstation-graphics suite.Michael Larabel2008-05-082-1/+81
|
* Update to gtkperf profile. Change to 2,000 iterations and add additionalMichael Larabel2008-05-085-5/+40
| | | | | | GtkPerf tests to read. Also has trivial changes to pts-functions_system_cpu
* Drop super-pi from universe-cli suiteMichael Larabel2008-05-071-4/+0
|
* Add sensors option to report current sensor readingsMichael Larabel2008-05-074-63/+86
|
* When attempting to install a suite, just check if a unique benchmark isMichael Larabel2008-05-072-2/+4
| | | | installed once, if the test is referenced multiple times
* Silence basic install information when running benchmark orMichael Larabel2008-05-073-3/+8
| | | | batch-benchmark and the test is already installed
* Don't push the debian package...Michael Larabel2008-05-071-0/+0
|
* Drop TODO list from public gitMichael Larabel2008-05-071-5/+0
|
* If result is 0 or 0.00 don't save the results.Michael Larabel2008-05-072-1/+2
|
* Clean up information string parsing a bitMichael Larabel2008-05-072-0/+6
|
* Update md-gromacs to version 0.3 from uncle_fungusMichael Larabel2008-05-073-8/+38
|
* Add pts/etc/scripts/package-build-deb.php and running it from the rootMichael Larabel2008-05-074-0/+55
| | | | PTS directory will generate a Debian package of the Phoronix Test Suite
* Define version and codename inside pts-core/functions/pts.php instead ofMichael Larabel2008-05-073-3/+9
| | | | pts-core/functions/pts-functions.php
* Update universe-cli and universe-x with most of the latest testsMichael Larabel2008-05-074-8/+33
|
* Split universe test suite into universe-x and universe-cli... UniverseMichael Larabel2008-05-074-47/+72
| | | | | test suite is now just a meta suite calling universe-x and universe-cli for calling graphics and non-graphics tests, respectively.
* Allow the test results scale to be defined outside of the XML testMichael Larabel2008-05-073-1/+11
| | | | | profile and inside the test's benchmarking environment directory with the scale being the contents of pts-results-scale file
* md-gromacs.xml fixesMichael Larabel2008-05-071-3/+2
|
* Don't set the number of CPU cores at install time, but leave as variableMichael Larabel2008-05-061-2/+2
| | | | for execution at test-time.
* Add in md-gromacs test profile and molecular-dynamics test suite.Michael Larabel2008-05-066-0/+215
|
* Add fortran-compiler external dependency support (currently only UbuntuMichael Larabel2008-05-063-1/+13
| | | | is supported)
* Add X-Plane 9.00 test profile (Special Thanks To Laminar Research)Michael Larabel2008-05-065-0/+92
|
* Remove accidental debugging code left inMichael Larabel2008-05-061-2/+1
|
* Further compression to PTS Global UploadsMichael Larabel2008-05-052-1/+5
|
* Change BENCHMARK_RESOURCE_DIR to TEST_RESOURCE_DIRMichael Larabel2008-05-055-24/+25
|
* Default Pts Global Opening Web Browser comment to trueMichael Larabel2008-05-053-3/+7
|
* Add warning about installing dependencies may take a whileMichael Larabel2008-05-051-0/+3
|
* Implement the downloading functions to use the PTS download cache files,Michael Larabel2008-05-052-0/+9
| | | | if present.
* Clean up and add new code to phoronix-test-suite SH file and addMichael Larabel2008-05-054-7/+93
| | | | make-download-cache option.
* Tag Phoronix Test Suite 0.5.1Michael Larabel2008-05-042-3/+4
|
* Add in pcqs-server-motherboard suiteMichael Larabel2008-05-042-0/+64
|
* Fix for uploading large suites (many tests) to PTS Global. It no longer ↵Michael Larabel2008-05-041-1/+7
| | | | should fail in most cases.
* Update profiles with new PTS WAV audio fileMichael Larabel2008-05-0421-40/+42
|
* Export all XML paths to pts-functions_interfaces. Look atMichael Larabel2008-05-0310-276/+396
| | | | | pts-functions_interfaces to get a better understanding of the XML file layout. This patch needs lots of testing to ensure no typos got in.
* More Phoronix Test Suite cleansingMichael Larabel2008-05-025-9/+15
|
* Rename pts_benchmark_type() to pts_test_type()Michael Larabel2008-05-025-9/+9
|
* More cleaning of Phoronix Test SuiteMichael Larabel2008-05-024-42/+46
|
* Add openssl to multicore suiteMichael Larabel2008-05-022-0/+5
|
* Add OpenSSL RSA benchmark) named opensslMichael Larabel2008-05-025-0/+65
|
* pts-results-viewer fix for showing author of benchmarkMichael Larabel2008-05-022-1/+2
|
* Rename TestDescriptor to SubTitle in PTS XML profiles for having theMichael Larabel2008-05-023-2/+3
| | | | | graph sub-title. SciMark2 is the only profile currently impacted by this.
* Improved process detection for having differently named processesMichael Larabel2008-05-023-4/+21
| | | | | (Thanks to uncle_fungus for patch for Firefox and Thunderbird and the new framework)
* uncle_fungus fix for screen resolution detectionMichael Larabel2008-05-011-1/+1
|
* Don't save results if the result value is 0, since that means theMichael Larabel2008-05-012-41/+49
| | | | benchmark wouldn't have worked.
* Tag Phoronix Test Suite 0.5.0Michael Larabel2008-04-302-2/+3
|
* Clean spelling in latest change-logMichael Larabel2008-04-301-40/+40
|
* Bug fix reported by uncle_fungus in compress-pbzip2, moving the codeMichael Larabel2008-04-302-6/+6
| | | | fixes it.