blob: 74149aaa2d21f3810d75a99ffda182bf912af8b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This benchmark measures the performance of ABT translation.
test_kind: benchmark_test
selector:
root: build/benchmarks.txt
include_files:
# The trailing asterisk is for handling the .exe extension on Windows.
- build/**/system_resource_canary_bm*
- build/install/bin/abt_translation_bm*
executor:
config: {}
hooks:
- class: CombineBenchmarkResults
|