felixgro / bora-cli

Easy-to-use cli tool for comparing execution durations of various methods in a node environment.

Home Page:https://www.npmjs.com/package/bora-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bora-cli

Compare execution duration of various javascript functions in a Node.js environment.

Installation

Install bora globally on your system using npm:

npm i -g bora-cli

Usage

Usage: bora [options] <module>

Arguments:
  module                     module file name for execution duration
                             meassuring. if no file found, bora will
                             create a template file with the provided name

Options:
  -V, --version              output the version number
  -i, --iterations <number>  amount of iterations for avarage execution
                             time calculations (default: 1)
  -p, --precision <number>   amount of decimal places for resulting
                             milliseconds (default: 0)
  -h, --help                 display help for command

About

Easy-to-use cli tool for comparing execution durations of various methods in a node environment.

https://www.npmjs.com/package/bora-cli


Languages

Language:JavaScript 100.0%