{
  "defaults": {
    "surface": {
      "default": "auto",
      "allowed": [
        "auto",
        "node",
        "browser"
      ]
    },
    "bench": {
      "cacheMode": "warm"
    },
    "cacheMode": null,
    "loadMode": null,
    "benchmark": {
      "saveDir": "./benchmarks/vendors/results"
    }
  },
  "surfaceFallback": {
    "enabled": true,
    "from": "auto",
    "to": "browser",
    "errorFragments": [
      "node command: WebGPU runtime is incomplete in Node"
    ]
  }
}
