tree: e2072c585c59b10f09350b2b4ffcefc421049ba3 [path history] [tgz]
  1. data/
  2. dist/
  3. src/
  4. benchmark-node.mjs
  5. benchmark.js
  6. package-lock.json
  7. package.json
  8. README.md
  9. webpack.config.mjs
prismjs/README.md

prism.js test for JetStream

Measures the performance of the prism.js library by parsing and formatting sample files.

Build Instructions

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