denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
98.16k stars 5.4k forks source link

Add support for `--permit-no-files` in `deno bench` #26946

Open lowlighter opened 1 week ago

lowlighter commented 1 week ago

For parity with deno test.

It's useful for workspaces when creating a deno task bench alias but a given packages has no bench files

bartlomieju commented 1 week ago

PRs welcome