Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: PerformanceTests/resources/runner.js

Issue 106353005: Expose performance.memory in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Perf-Memory-SharedWorker
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: PerformanceTests/resources/runner.js
diff --git a/PerformanceTests/resources/runner.js b/PerformanceTests/resources/runner.js
index 2c6bb828a33ed4812980a33f4e70712487425934..7cbbc897f7a05012f27935f88b9ec59578527834 100644
--- a/PerformanceTests/resources/runner.js
+++ b/PerformanceTests/resources/runner.js
@@ -1,9 +1,5 @@
// There are tests for computeStatistics() located in LayoutTests/fast/harness/perftests
-// Require non-quantized real-time JS heap size information.
-if (window.internals)
- internals.settings.setPreciseMemoryInfoEnabled(true);
-
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698