#!/bin/bash
# Copyright 2014 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.

# This is a script meant to be run by a bot to periodically release new versions
# of the telemetry harness. It needs to be run from one level above src/ (such
# as build/).

src/tools/telemetry/find_dependencies \
  src/tools/perf/run_benchmark \
  src/tools/perf/run_measurement \
  src/tools/perf/record_wpr \
  src/content/test/gpu/run_gpu_test.py \
  --exclude=*/third_party/trace-viewer/test_data/* \
  -z $1