diff options
| author | LemonBoy <LemonBoy@users.noreply.github.com> | 2018-10-01 05:51:03 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-30 20:51:03 -0700 |
| commit | bab520bb74e9032eba8a8335b223d81ccf613181 (patch) | |
| tree | 1d22c8875513dd54c11872636060528722b44ffb | |
| parent | bb0b9ce135eeac46d39d11e18790e0994ee1917d (diff) | |
| download | packages-bab520bb74e9032eba8a8335b223d81ccf613181.tar.gz packages-bab520bb74e9032eba8a8335b223d81ccf613181.zip | |
Add package criterion (#871)
* Added package criterion
* Update packages.json
| -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" } ] |
