From bab520bb74e9032eba8a8335b223d81ccf613181 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Mon, 1 Oct 2018 05:51:03 +0200 Subject: Add package criterion (#871) * Added package criterion * Update packages.json --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" } ] -- cgit v1.2.3