summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-29 14:57:34 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-29 14:57:34 -0500
commit3ea0148fe5fa697c1c0459f2dd0f2dfbd65600a1 (patch)
tree7a8207104db3b393a315570c309221ecb29a3d08 /phoronix-test-suite
parentb87a1c03035e16e2c8477a563da2a743ed12d689 (diff)
downloadphoronix-test-suite-upstream-3ea0148fe5fa697c1c0459f2dd0f2dfbd65600a1.tar.gz
phoronix-test-suite-upstream-3ea0148fe5fa697c1c0459f2dd0f2dfbd65600a1.tar.xz
phoronix-test-suite-upstream-3ea0148fe5fa697c1c0459f2dd0f2dfbd65600a1.zip
pts-core: Add analyze-all-runs option to generate a candlestick graph
showing the distribution of results from all trial runs
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite8
1 files changed, 7 insertions, 1 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 2618af9..9f8e8a2 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -117,6 +117,9 @@ case "$1" in
"analyze-batch")
$PHP_BIN pts-core/phoronix-test-suite.php ANALYZE_BATCH $OPTION_ARG $3
;;
+"analyze-all-runs")
+ $PHP_BIN pts-core/phoronix-test-suite.php ANALYZE_ALL_RUNS $OPTION_ARG
+ ;;
"remove-result")
$PHP_BIN pts-core/phoronix-test-suite.php REMOVE_RESULT $OPTION_ARG
;;
@@ -228,7 +231,6 @@ Batch Testing Options:
batch-setup: Setup the batch mode options
batch-run <suite OR test>: Run the specified test(s) in batch mode
batch-benchmark <suite OR test OR saved file>: Install and run the test(s) in batch mode
- analyze-batch <suite / test / saved file / Global ID>: Provide an analysis of the results generated from a batch run
Result Viewing Options:
list-results: List all saved results
@@ -239,6 +241,10 @@ Result Viewing Options:
upload-results <saved name>: Upload a saved set of results to Phoronix Global
login: Enter your Phoronix Global log-in information for uploading results
+Analytical Options:
+ analyze-batch <saved name>: Provide an analysis of the results generated from a batch run
+ analyze-all-runs <saved name>: Generate a candlestick graph showing the distribution of results from all trial runs
+
Module Options:
list-modules: List all installed/available PTS modules
module-info: Show detailed information on a PTS module