summaryrefslogtreecommitdiff
path: root/tests/specs/bench/workspace/__test__.jsonc
blob: fa1bd69da65e252bdd141b8b2015dc5dfed735b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tests": {
    "root": {
      "args": "bench",
      "output": "root.out"
    },
    "package": {
      "args": "bench",
      "cwd": "package-b",
      "output": "package_b.out"
    }
  }
}