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

Unified Diff: PerformanceTests/Parser/html-parser-threaded.html

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/Parser/html-parser-threaded.html
diff --git a/PerformanceTests/Parser/html-parser-threaded.html b/PerformanceTests/Parser/html-parser-threaded.html
index c77444924813df4551c50f30d474387a0894c146..e6f2fc575378c4ec37542a9966278e5a63db8c10 100644
--- a/PerformanceTests/Parser/html-parser-threaded.html
+++ b/PerformanceTests/Parser/html-parser-threaded.html
@@ -13,7 +13,11 @@ iframe.style.display = "none"; // Prevent creation of the rendering tree, so we
iframe.sandbox = ''; // Prevent external script loads which could cause write() to return before completing the parse.
document.body.appendChild(iframe);
-PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'ms'});
+PerfTestRunner.prepareToMeasureValuesAsync({
+ description: "Measures performance of the threaded HTML parser (if available).",
+ done: onCompletedRun,
+ unit: 'ms'
+});
iframe.onload = function() {
var now = PerfTestRunner.now();

Powered by Google App Engine
This is Rietveld 408576698