diff --git a/README.md b/README.md index d25a542..3cbaf4e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Benchy +`nimble install benchy` + Simple benchmarking to time your code. Just put your code in a `timeIt` block. Also put result of your computation into `keep()` so that compiler does not optimize it out. Don't forgot to run with `-d:release` or better yet `-d:danger`. ```nim