mirror of
https://github.com/denoland/deno.git
synced 2024-11-05 09:04:41 -05:00
890b065310
This PR adds the ability to set `include/exclude` fields for `deno bench` in the configuration file.
5 lines
58 B
Text
5 lines
58 B
Text
{
|
|
"bench": {
|
|
"dont_know_this_field": {}
|
|
}
|
|
}
|