tree: 07b2555deb5187e0c757835c160cdd30709cac3b [path history] [tgz]
  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