Summary
Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index 9da4eb2..d72b12b 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -4,6 +4,7 @@ Phoronix Test Suite (Git)
- pts-core: Initial implementation of the PTS4 Local Results Viewer
- pts-core: Initial command of ob-test-profile-analyze
+- pts-core: Disable webui since it won't be ready until PTS 4.2
- phodevi: Additional fall-back support when GPU driver doesn't expose all standard mode-setting modes
- timed_screenshot: Overhaul of the timed screenshot PTS module
diff --git a/pts-core/commands/webui.php b/pts-core/commands/webui.php
index 41b514f..cf58325 100644
--- a/pts-core/commands/webui.php
+++ b/pts-core/commands/webui.php
@@ -22,11 +22,13 @@
class webui implements pts_option_interface
{
+ const doc_skip = true; // TODO XXX: cleanup this code before formally advertising this...
const doc_section = 'Web User Interface';
const doc_description = 'Launch the Phoronix Test Suite web user-interface.';
public static function run($r)
{
+ return false; // This won't be formally ready for PTS 4.0 Suldal
if(PHP_VERSION_ID < 50400)
{
echo 'Running an unsupported PHP version. PHP 5.4+ is required to use this feature.' . PHP_EOL . PHP_EOL;
<
Copyright © 2013 by Phoronix Media