summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* A lot more sensor support improvements. Support sys.temp and cpu.tempMichael Larabel2008-04-267-42/+143
| | | | for MONITOR=
* MONITOR=gpu.temp support, etc.... Many changes and new killer features.Michael Larabel2008-04-265-2/+73
|
* If a graphics test is run, report anti-aliasing and anisotropicMichael Larabel2008-04-261-1/+10
| | | | | filtering, if was over-rode by driver. Currently only NVIDIA binary blob supported.
* When a test runs, its BenchmarkType will set a definition toMichael Larabel2008-04-261-0/+9
| | | | TEST_<capitalized string of BenchmarkType>
* A load of pts-functions_system_graphics work... Detect AntiAliasing andMichael Larabel2008-04-262-11/+146
| | | | Anistropic Filtering on NVIDIA cards as well as die temperature, etc.
* Split out CPU and graphics parts of pts-functions_system intoMichael Larabel2008-04-264-249/+260
| | | | | pts-functions_system_cpu and pts-functions_system_graphics, respectively.
* More System WorkMichael Larabel2008-04-261-1/+0
|
* Add improved processor detectionMichael Larabel2008-04-263-27/+92
|
* Change pts-functions_linux to pts-functions_systemMichael Larabel2008-04-262-1/+1
|
* Some code clean-upMichael Larabel2008-04-265-16/+15
|
* Clean up test vs. benchmark namingMichael Larabel2008-04-264-9/+6
|
* Add compression suite and update all other suites (dropping OfficialMichael Larabel2008-04-2613-11/+23
| | | | tag)
* Add compress-pbzip2 test profileMichael Larabel2008-04-265-1/+71
|
* Add 7-Zip Compression BenchmarkMichael Larabel2008-04-266-1/+53
|
* Recall last commit, use don't use p7zip from external dependenciesMichael Larabel2008-04-265-26/+0
|
* Add p7zip to PTS External Dependencies packages.Michael Larabel2008-04-265-0/+26
|
* Fixes for pts_GraphMichael Larabel2008-04-252-4/+4
|
* Drop bcdiv/bcmath dependency for pts_GraphMichael Larabel2008-04-253-5/+30
|
* More downloads.xml improvements and port nearly all of the profils toMichael Larabel2008-04-2551-173/+237
| | | | using this new downloading mechansim.
* Update TODOMichael Larabel2008-04-251-0/+1
|
* Add pts_test_installed_check() function, but it's not being utilizedMichael Larabel2008-04-251-0/+11
| | | | yet.
* Add new advanced features to downloads.xml process like trying fromMichael Larabel2008-04-252-8/+62
| | | | different mirror if checksum failed, etc.
* More downloads.xml work and convert first profile to using downloads.xmlMichael Larabel2008-04-255-7/+22
| | | | (build-imagemagick).
* Add downloads.xml support for having PTS handle file downloads, MD5Michael Larabel2008-04-252-11/+43
| | | | | verification, choosing from multiple URLs, etc. Test maintainer must implement downloads.xml inside their resource folder.
* Add IgnoreFirstRun argument support for test profilesMichael Larabel2008-04-253-4/+9
|
* Do not statically depend upon the php binary but support if php5 binaryMichael Larabel2008-04-255-27/+42
| | | | is detected without link to php.
* More changesMichael Larabel2008-04-254-6/+6
|
* A number of clean-ups to Phoronix Test Suite and support multiple possible ↵Michael Larabel2008-04-245-11/+25
| | | | paths in PossiblePaths XML for test profile
* Support PHP installation scripts for test profiles.Michael Larabel2008-04-244-7/+16
|
* Clean up text headers in stdoutMichael Larabel2008-04-245-50/+27
|
* Clean up *_LOCATION definitions to all *_DIRMichael Larabel2008-04-2410-99/+107
|
* Tag Phoronix Test Suite 0.4.0 releaseMichael Larabel2008-04-242-2/+3
|
* Minor clean up of phoronix-test-suiteMichael Larabel2008-04-241-10/+4
|
* Add test-info argument for showing more information about a test.Michael Larabel2008-04-243-0/+36
|
* Add suite-info argument for showing information about a suite, including the ↵Michael Larabel2008-04-244-10/+59
| | | | tests in a suite.
* Add PTS_DIR environmental variable for installing phoronix-test-suite ↵Michael Larabel2008-04-243-12/+35
| | | | | | code/resources into a unique directory from the main phoronix-test-suite executable.
* Add support distribution maintainers can create their own graph themeMichael Larabel2008-04-242-0/+3
| | | | | | (color, text size, etc) or others and store the template of graph-config.xml as pts-core/pts-results-viewer/graph-config-template.xml
* Add RESULTS_VIEWER_LOCATION defintionMichael Larabel2008-04-242-4/+5
|
* Hook in proportions and versions to graphs.Michael Larabel2008-04-241-0/+2
|
* Add a few more graphing options.Michael Larabel2008-04-242-0/+7
|
* Main graph options for results can now be configured throughMichael Larabel2008-04-244-2/+44
| | | | ~/.phoronix-test-suite/graph-config.xml
* Start implementing graph-config.xml for graph options...Michael Larabel2008-04-243-6/+57
|
* A fix for showing decimal points when number divides cleanlyMichael Larabel2008-04-241-1/+4
|
* Add more warnings/information that PHP GD is now required if you wish toMichael Larabel2008-04-244-3/+7
| | | | see the results.
* Switch the pts-results-viewer XSL to using the local renderings.Michael Larabel2008-04-241-2/+1
|
* Implement local graph rendering! With this commit, you MUST now have PHPMichael Larabel2008-04-247-63/+71
| | | | GD installed for local font rendering!
* Fix a regression that caused the merges on phoronix-test-suite benchmarkMichael Larabel2008-04-243-11/+13
| | | | GLOBAL-ID to fail
* Drop old pts-results-viewer filesMichael Larabel2008-04-243-148/+0
|
* Test results location now defaults toMichael Larabel2008-04-233-4/+5
| | | | | ~/.phoronix-test-suite/test-results and saved benchmarks location now defaults to ~/.phoronix-test-suite/installed-tests/
* Add "show-result" argumentMichael Larabel2008-04-233-27/+45
|