mirror of
https://github.com/logos-messaging/packages.git
synced 2026-02-09 16:57:34 +00:00
Add package criterion (#871)
* Added package criterion * Update packages.json
This commit is contained in:
parent
bb0b9ce135
commit
bab520bb74
@ -10850,5 +10850,16 @@
|
|||||||
"description": "Nim implementation of linenoise command line editor",
|
"description": "Nim implementation of linenoise command line editor",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/jangko/nim-noise"
|
"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…
x
Reference in New Issue
Block a user