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

Unified Diff: tools/perf/contrib/blink_perf_xml_http_request/blink_perf_xml_http_request.py

Issue 2840213003: Move blink_perf.xml_http_request benchmark to tools/perf/contrib/ directory (Closed)
Patch Set: Simplify benchmark_finders code Created 3 years, 8 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 | « tools/perf/contrib/blink_perf_xml_http_request/__init__.py ('k') | tools/perf/core/benchmark_finders.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/contrib/blink_perf_xml_http_request/blink_perf_xml_http_request.py
diff --git a/tools/perf/contrib/blink_perf_xml_http_request/blink_perf_xml_http_request.py b/tools/perf/contrib/blink_perf_xml_http_request/blink_perf_xml_http_request.py
new file mode 100644
index 0000000000000000000000000000000000000000..f70c69fa1b6c1bd6915d84d48e83e27eef99645f
--- /dev/null
+++ b/tools/perf/contrib/blink_perf_xml_http_request/blink_perf_xml_http_request.py
@@ -0,0 +1,9 @@
+# Copyright 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+from benchmarks import blink_perf
+
+# pylint: disable=protected-access
+class BlinkPerfXMLHttpRequest(blink_perf._BlinkPerfBenchmark):
+ tag = 'xml_http_request'
+ subdir = 'XMLHttpRequest'
« no previous file with comments | « tools/perf/contrib/blink_perf_xml_http_request/__init__.py ('k') | tools/perf/core/benchmark_finders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698