tree: 423424ca11aa990e4d241adb19a522f9c4c8ee9b [path history] [tgz]
  1. dist/
  2. docs/
  3. src/
  4. third_party/
  5. benchmark.js
  6. LICENSE
  7. package-lock.json
  8. package.json
  9. README.md
  10. webpack.config.mjs
web-tooling-benchmark/README.md

Web Tooling Benchmark

This is a clone/fork of the original Web Tooling Benchmark. Unlike the original, this is a JetStream-oriented version.

This benchmark provides workloads for common web tools.

Build Instructions

# install required node packages.
npm ci
# build the workload, output is ./dist
npm run build