summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/benchmarks_cst.yml
blob: 610cc691d2f0b1b60afa81e7a7de3589dd088188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This benchmark computes the performance of the grammar-based bison parser, which involves
# building a concrete syntax tree (CST) and translating to the relevant execution tree.
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/cst_bm*

executor:
  config: {}
  hooks:
  - class: CombineBenchmarkResults