Add package criterion (#871)

* Added package criterion

* Update packages.json
This commit is contained in:
LemonBoy 2018-10-01 05:51:03 +02:00 committed by Dominik Picheta
parent bb0b9ce135
commit bab520bb74

View File

@ -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"
}
]