This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-26 16:09:27 -05:00
Code
Issues
Packages
1
Wiki
Activity
e0a269c23a
denoland-deno
/
cli
/
tests
/
testdata
/
bench
/
collect
/
deno.jsonc
6 lines
49 B
Text
Raw
Normal View
History
Unescape
Escape
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-09 20:30:47 -05:00
{
feat(cli): flatten deno.json configuaration (#17799)
2023-04-26 23:02:36 -04:00
"bench": {
"exclude": ["./ignore"]
}
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-09 20:30:47 -05:00
}
Copy permalink