summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/benchmarks.yml
blob: b775e55de0a8158b2b92519f615495d4bba3ab99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test_kind: benchmark_test

selector:
  root: build/benchmarks.txt
  # Please always add the glob pattern for the canary tests as part of "include_files" section when
  # defining a new test suite for your benchmarks. Doing so ensures they'll still run as part of the
  # Evergreen task associated with the new test suite.
  exclude_files:
  # These benchmarks are being run as part of the benchmarks_sharding.yml test suite.
  - build/**/mongo/s/**/*
  # Hash table benchmark is really slow, don't run on evergreen
  - build/**/mongo/util/hash_table_bm*


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