Skip to content

Commit

Permalink
Merge pull request #7 from guzba/master
Browse files Browse the repository at this point in the history
nimble install
  • Loading branch information
treeform authored Sep 30, 2021
2 parents c811d7f + a8cecc7 commit 296bb01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 296bb01

Please sign in to comment.