tree: d66dec8d376db986039db5e5717f5ec3b555a04b [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