Title: [182586] trunk/Tools
Revision
182586
Author
[email protected]
Date
2015-04-08 21:47:24 -0700 (Wed, 08 Apr 2015)

Log Message

run-jsc-benchmarks geomean of preferred means shouldn't print the VMs header twice
https://bugs.webkit.org/show_bug.cgi?id=143553

Reviewed by Ryosuke Niwa.

Remove the spurious printVMs left over from an earlier change.

* Scripts/run-jsc-benchmarks:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (182585 => 182586)


--- trunk/Tools/ChangeLog	2015-04-09 03:44:44 UTC (rev 182585)
+++ trunk/Tools/ChangeLog	2015-04-09 04:47:24 UTC (rev 182586)
@@ -1,3 +1,14 @@
+2015-04-08  Filip Pizlo  <[email protected]>
+
+        run-jsc-benchmarks geomean of preferred means shouldn't print the VMs header twice
+        https://bugs.webkit.org/show_bug.cgi?id=143553
+
+        Reviewed by Ryosuke Niwa.
+        
+        Remove the spurious printVMs left over from an earlier change.
+
+        * Scripts/run-jsc-benchmarks:
+
 2015-04-08  Brent Fulgham  <[email protected]>
 
         [Mac] Unreviewed test fix after r182581

Modified: trunk/Tools/Scripts/run-jsc-benchmarks (182585 => 182586)


--- trunk/Tools/Scripts/run-jsc-benchmarks	2015-04-09 03:44:44 UTC (rev 182585)
+++ trunk/Tools/Scripts/run-jsc-benchmarks	2015-04-09 04:47:24 UTC (rev 182586)
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 
-# Copyright (C) 2011, 2012, 2013, 2014 Apple Inc. All rights reserved.
+# Copyright (C) 2011-2015 Apple Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -2567,11 +2567,7 @@
   }
   
   if $suites.size > 1
-    printVMs(outp)
-
     scaledResultJson = {}
-    
-    outp.puts
     printVMs(outp)
     outp.puts "Geomean of preferred means:"
     outp.print "   "
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to