tree: e2e1a1afe14e243902a51326a91c66a1686d8fed
  1. build/
  2. dist/
  3. src/
  4. .gitignore
  5. benchmark.js
  6. package-lock.json
  7. package.json
  8. README.md
  9. webpack.config.mjs
TypeScript/README.md

TypeSCript test for JetStream

Measures the performance of running typescript on several framwork sources.

The build steps bundles sources from different frameworks:

Build Instructions

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