Add package criterion (#871)
* Added package criterion * Update packages.json
This commit is contained in:
parent
bb0b9ce135
commit
bab520bb74
1 changed files with 11 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue