benny
A dead simple benchmarking framework
A dead simple benchmarking framework
The `timer()` decorator starts a timer you can use to track how long an operation takes. Suitable for use in both synchronous and asynchronous methods both in Node.js and Browser apps.
Measure JavaScript function execution time
A small utility for measuring the duration of function executions, class instantiations as well as the memory footprint of class instances and arbitrary objects.
A utility to execute tasks with a maximum execution time limit.
To calculate how much time and space does the given function take to execute.
A Node.js package for performance time tracking of functions or scripts
Easy to use decorator to log the execution time of a function
A simple and flexible utility for measuring function execution time