1.0.2 • Published 3 years ago

benchmark-jafarbek v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

BENCHMARK

Code performance measurement and optimization

Install

$ npm install -g benchmark-jafarbek

Usage

benchmarking p r i

p = absolute path test folder

r = runs

i = iteration

TEST STRUCTURE

module.exports = { name: 'LOOP-FOR', value: function () { const array = []; for (let i = 0; i < array.length; i++) { } } }

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago