| 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'
|
|
|