mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
890b065310
This PR adds the ability to set `include/exclude` fields for `deno bench` in the configuration file.
12 lines
544 B
Text
12 lines
544 B
Text
Check [WILDCARD]/bench/collect/bench.ts
|
|
Check [WILDCARD]/bench/collect/include/bench.ts
|
|
cpu: [WILDCARD]
|
|
runtime: deno [WILDCARD] ([WILDCARD])
|
|
|
|
[WILDCARD]/bench/collect/bench.ts
|
|
benchmark time (avg) (min … max) p75 p99 p995
|
|
------------------------------------------------- -----------------------------
|
|
|
|
[WILDCARD]/bench/collect/include/bench.ts
|
|
benchmark time (avg) (min … max) p75 p99 p995
|
|
------------------------------------------------- -----------------------------
|