Title: [125065] trunk/PerformanceTests
Revision
125065
Author
zol...@webkit.org
Date
2012-08-08 12:09:07 -0700 (Wed, 08 Aug 2012)

Log Message

Set access to MemoryInfo enabled for the performance tests
https://bugs.webkit.org/show_bug.cgi?id=92498

Reviewed by Ryosuke Niwa.

We need access to console.memory for the memory measurements.

* resources/runner.js:

Modified Paths

Property Changed

Diff

Modified: trunk/PerformanceTests/ChangeLog (125064 => 125065)


--- trunk/PerformanceTests/ChangeLog	2012-08-08 19:07:34 UTC (rev 125064)
+++ trunk/PerformanceTests/ChangeLog	2012-08-08 19:09:07 UTC (rev 125065)
@@ -1,3 +1,14 @@
+2012-08-08  Zoltan Horvath  <zol...@webkit.org>
+
+        Set access to MemoryInfo enabled for the performance tests
+        https://bugs.webkit.org/show_bug.cgi?id=92498
+
+        Reviewed by Ryosuke Niwa.
+
+        We need access to console.memory for the memory measurements.
+
+        * resources/runner.js:
+
 2012-08-07  Ryosuke Niwa  <rn...@webkit.org>
 
         run-perf-tests should support --no-show-results

Modified: trunk/PerformanceTests/resources/runner.js (125064 => 125065)


--- trunk/PerformanceTests/resources/runner.js	2012-08-08 19:07:34 UTC (rev 125064)
+++ trunk/PerformanceTests/resources/runner.js	2012-08-08 19:09:07 UTC (rev 125065)
@@ -1,5 +1,8 @@
 // There are tests for computeStatistics() located in LayoutTests/fast/harness/perftests
 
+// We need access to console.memory for the memory measurements
+internals.settings.setMemoryInfoEnabled(true);
+
 var PerfTestRunner = {};
 
 // To make the benchmark results predictable, we replace Math.random with a
Property changes on: trunk/PerformanceTests/resources/runner.js
___________________________________________________________________

Added: svn:executable

_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to