generate_telemetry_harness.sh 546 B

123456789101112131415
  1. #!/bin/bash
  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
  4. # found in the LICENSE file.
  5. # This is a script meant to be run by a bot to periodically release new versions
  6. # of the telemetry harness. It needs to be run from one level above src/ (such
  7. # as build/).
  8. src/tools/perf/find_dependencies \
  9. src/tools/perf/run_benchmark \
  10. src/tools/perf/record_wpr \
  11. src/content/test/gpu/run_gpu_test.py \
  12. --exclude=*/third_party/catapult/test_data/* \
  13. -z $1