New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fontoxml/fonto-benchmark-runner

Package Overview
Dependencies
Maintainers
9
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fontoxml/fonto-benchmark-runner

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

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
increased by111.11%
Maintainers
9
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 18 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc