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/client/pts_test_run_manager.php b/pts-core/objects/client/pts_test_run_manager.php
index 5963f53
..fb6130d 100644
--- a/pts-core/objects/client/pts_test_run_manager.php
+++ b/pts-core/objects/client/pts_test_run_manager.php
@@ -1364,+1364,@@ class pts_test_run_manager
     
}
     public static function 
cmp_result_object_sort($a$b)
     {
-        
$a_comp $a->test_profile->get_test_hardware_type() . $a->test_profile->get_test_software_type() . $a->test_profile->get_result_scale_formatted() . $a->test_profile->get_identifier(true);
-        
$b_comp $b->test_profile->get_test_hardware_type() . $b->test_profile->get_test_software_type() . $b->test_profile->get_result_scale_formatted() . $b->test_profile->get_identifier(true);
+        
$a_comp $a->test_profile->get_test_hardware_type() . $a->test_profile->get_test_software_type() . $a->get_internal_tags_raw() . $a->test_profile->get_result_scale_formatted() . $a->test_profile->get_identifier(true);
+        
$b_comp $b->test_profile->get_test_hardware_type() . $b->test_profile->get_test_software_type() . $b->get_internal_tags_raw() . $b->test_profile->get_result_scale_formatted() . $b->test_profile->get_identifier(true);

         if(
$a_comp == $b_comp)
         {
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media