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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 from benchmarks import blink_perf
5
6 # pylint: disable=protected-access
7 class BlinkPerfXMLHttpRequest(blink_perf._BlinkPerfBenchmark):
8 tag = 'xml_http_request'
9 subdir = 'XMLHttpRequest'
OLDNEW
« 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