benchit

Really simple code benchmarking library for nodejs/coffeescript

Usage no npm install needed!

<script type="module">
  import benchit from 'https://cdn.skypack.dev/benchit';
</script>

README

Benchit

This is a really simple benchmarking function used to return the running time of code blocks. It supports asynchronous and synchronous code.