tree: 96a64b0e5854ad4dcce92eca6768f9bb1343fffd [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