Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@fontoxml/fonto-benchmark-runner

FontoXML125MIT0.0.5

This tool can build a fonto-related tool to measure the performance of a function and compare the performances of different functions.

fonto-benchmark-runner, benchmark

readme

fonto-benchmark-runner Build Status

This tool can measure the performance of a function and compare the performances of different functions in both NodeJS and in the browser. It takes Typescript files as input.

How to use:

  • Create files in a performance folder in your project with names ending with .benchmark.ts
  • Run npx fonto-benchmark-runner to run your performance tests in node.
  • Add --log-csv to the command in order to Log performance results in csv format. If you need to write the results to the current directory, run npx fonto-benchmark-runner --log-csv > results.csv. Please make sure that your benchmark or comparison names do not include comma (,) if you want to display your results in a sheet. Otherwise, more than one cell will be created for the name and it shifts some of the data.