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

Side by Side Diff: tools/telemetry/build/generate_telemetry_harness.sh

Issue 655563007: telemetry: remove run_measurment script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove all references to run_measurement Created 6 years, 2 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
1 #!/bin/bash 1 #!/bin/bash
2 # Copyright 2014 The Chromium Authors. All rights reserved. 2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # This is a script meant to be run by a bot to periodically release new versions 6 # This is a script meant to be run by a bot to periodically release new versions
7 # of the telemetry harness. It needs to be run from one level above src/ (such 7 # of the telemetry harness. It needs to be run from one level above src/ (such
8 # as build/). 8 # as build/).
9 9
10 src/tools/telemetry/find_dependencies \ 10 src/tools/telemetry/find_dependencies \
11 src/tools/perf/run_benchmark \ 11 src/tools/perf/run_benchmark \
12 src/tools/perf/run_measurement \
13 src/tools/perf/record_wpr \ 12 src/tools/perf/record_wpr \
14 src/content/test/gpu/run_gpu_test.py \ 13 src/content/test/gpu/run_gpu_test.py \
15 --exclude=*/third_party/trace-viewer/test_data/* \ 14 --exclude=*/third_party/trace-viewer/test_data/* \
16 -z $1 15 -z $1
OLDNEW
« no previous file with comments | « tools/run-perf-test.cfg ('k') | tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698