projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Fri 5/17/13 22:52
Michael Larabel  
phodevi: Report CPU... 
Wed 5/15/13 21:50
Michael Larabel  
Phoronix Test Suite... 
Wed 5/15/13 21:39
Michael Larabel  
pts-core: DragonFlyBSD... 
Wed 5/15/13 15:47
Michael Larabel  
pts-core: Updates from... 
Wed 5/15/13 15:43
Michael Larabel  
 
Sat 5/11/13 13:55
Michael Larabel  
pts-core: Fix for... 
 
> --git a/pts-core/objects/pts_render.php b/pts-core/objects/pts_render.php
index 914449f
..35d8cb8 100644
--- a/pts-core/objects/pts_render.php
+++ b/pts-core/objects/pts_render.php
@@ -90,+90,@@ class pts_render
             $extra_attributes
['compact_to_scalar'] = true;
         }

-        if(
$result_file->is_multi_way_comparison() || isset($extra_attributes['compact_to_scalar']) || $result_file->is_results_tracker())
+        
// XXX: removed || $result_file->is_results_tracker() from below and should be added
+        // Removing the command fixes cases like: 1210053-BY-MYRESULTS43
+        if($result_file->is_multi_way_comparison() || isset($extra_attributes['compact_to_scalar']))
         {
             if((isset(
$extra_attributes['compact_to_scalar']) || (false && $result_file->is_multi_way_comparison())) && in_array($result_object->test_profile->get_display_format(), array('LINE_GRAPH''FILLED_LINE_GRAPH')))
             {
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media