1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tests/testdata/bench/collect/deno2.jsonc
Geert-Jan Zwiers 890b065310
feat(cli): support deno bench in the config file (#16608)
This PR adds the ability to set `include/exclude` fields for `deno
bench` in the configuration file.
2022-12-10 02:30:47 +01:00

8 lines
141 B
Text

{
"bench": {
"files": {
"include": ["./include/"],
"exclude": ["./ignore", "./include/2_bench.ts"]
}
}
}