mirror of https://github.com/mongodb/mongo
15 lines
389 B
YAML
15 lines
389 B
YAML
# This benchmark measures the performance of NamespaceString methods.
|
|
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/namespace_string_bm*
|
|
|
|
executor:
|
|
config: {}
|
|
hooks:
|
|
- class: GenerateAndCheckPerfResults
|