summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bench/collect/deno2.jsonc
blob: f24da50491cd4c1484df379c96889a7eac0cd99d (plain)
1
2
3
4
5
6
7
8
{
    "bench": {
      "files": {
        "include": ["./include/"],
        "exclude": ["./ignore", "./include/2_bench.ts"]
      }
    }
}