set_benchmark_test.sh 418 B

123456789101112
  1. #!/usr/bin/env bash
  2. #
  3. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  4. # Exceptions. See /LICENSE for license information.
  5. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  6. BENCHMARK="$TEST_SRCDIR/$TEST_WORKSPACE/common/set_benchmark"
  7. exec "$BENCHMARK" \
  8. --benchmark_counters_tabular=true \
  9. --benchmark_min_time=1x \
  10. --benchmark_filter='^[^/]*/[1-9][0-9]{0,3}(/[0-9]+)?$'