Skip to content

This tool can measure the performance of a function and compare the performances of different functions.

License

Notifications You must be signed in to change notification settings

FontoXML/fonto-benchmark-runner

Repository files navigation

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.

About

This tool can measure the performance of a function and compare the performances of different functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •