nanobench is a minimalist, zero-dependency benchmarking library for JavaScript and Node.js. It focuses on providing accurate and reliable timing information without unnecessary overhead. Its simple API makes it easy to measure the performance of small code snippets, offering clear output and statistical summaries. This library is perfect for micro-benchmarking crucial parts of your JavaScript code, aiding in optimization and performance analysis.