diff options
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 64d5b41..50db6a5 100644 --- a/packages.json +++ b/packages.json @@ -10850,5 +10850,16 @@ "description": "Nim implementation of linenoise command line editor", "license": "MIT", "web": "https://github.com/jangko/nim-noise" + }, + { + "name": "criterion", + "url": "https://github.com/LemonBoy/criterion.nim", + "method": "git", + "tags": [ + "benchmark" + ], + "description": "Statistic-driven microbenchmark framework", + "license": "MIT", + "web": "https://github.com/LemonBoy/criterion.nim" } ] |
