aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-10-01 05:51:03 +0200
committerDominik Picheta <dominikpicheta@googlemail.com>2018-09-30 20:51:03 -0700
commitbab520bb74e9032eba8a8335b223d81ccf613181 (patch)
tree1d22c8875513dd54c11872636060528722b44ffb
parentbb0b9ce135eeac46d39d11e18790e0994ee1917d (diff)
downloadpackages-bab520bb74e9032eba8a8335b223d81ccf613181.tar.gz
packages-bab520bb74e9032eba8a8335b223d81ccf613181.zip
Add package criterion (#871)
* Added package criterion * Update packages.json
-rw-r--r--packages.json11
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"
}
]