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

Unified Diff: tools/perf/benchmarks/blink_perf.py

Issue 2729383003: Add blink_perf.editing
Patch Set: update Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/blink_perf.py
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
index 9fb9e097c9b3f7d4d70cddbf36c199783f9758c3..c705cd49a702a6e19874093a7b4e0dfffbcab800 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -236,6 +236,9 @@ class BlinkPerfDOM(_BlinkPerfBenchmark):
tag = 'dom'
subdir = 'DOM'
+class BlinkPerfEditing(_BlinkPerfBenchmark):
+ tag = 'editing'
+ subdir = 'Editing'
class BlinkPerfEvents(_BlinkPerfBenchmark):
tag = 'events'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698