1.0.0 • Published 8 years ago
benchmike v1.0.0
benchmike
tiny wrapper around benchmark.js
usage
npm install -g benchmike
benchmike path/to/file.js
the main export from the file needs to be an object of kv pairs of test name, function
{
testA: () => fn(),
testB: () => fn(),
}
1.0.0
8 years ago