-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Eugene Lazutkin edited this page Jul 14, 2024
·
14 revisions
nano-bench provides command-line utilities for benchmarking code and related statistical modules.
Two utilities are available:
- nano-watch — provides statistics in a streaming mode continuously running your code, watching memory usage and updating the output.
- nano-bench — runs benchmark tests on your code, calculating statistics and statistical significance, and presenting them as a table.
It is advisable to familiarize yourself with the underlying concepts first.
CLI tools
Background
Reference