blob: 9367adbe5f59ff70289c3dae54d57eb902a89283 [file] [view] [edit]
# Web Tooling Benchmark
This is a clone/fork of the original [Web Tooling Benchmark](https://github.com/v8/web-tooling-benchmark).
Unlike the original, this is a JetStream-oriented version.
This benchmark provides workloads for common web tools.
## Build Instructions
```bash
# install required node packages.
npm ci
# build the workload, output is ./dist
npm run build
```