mirror of
https://github.com/denoland/deno.git
synced 2024-11-02 09:34:19 -04:00
890b065310
This PR adds the ability to set `include/exclude` fields for `deno bench` in the configuration file.
8 lines
141 B
Text
8 lines
141 B
Text
{
|
|
"bench": {
|
|
"files": {
|
|
"include": ["./include/"],
|
|
"exclude": ["./ignore", "./include/2_bench.ts"]
|
|
}
|
|
}
|
|
}
|