0.0.1 • Published 10 months ago

bench-up v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Bench-Up!

A method used to measure the speed of each specified function, allowing developers to identify which function is running slowly.

Installation

npm install bench-up@latest

Usage

import Eval from 'bench-up'

Eval([
    yourFunction1();
    yourFunction2();
    yourFunction3();
    yourFunction4();
    yourFunction5();
]);
0.0.1

10 months ago