From ea6c28249ae7107fba954f90dac31132564dcaad Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Mon, 26 Oct 2020 09:15:56 -0400 Subject: [PATCH] add criterion to important packages (#15604) * add criterion to important packages * use a special nimscript for criterion tests * fix criterion speed differently Co-authored-by: Andreas Rumpf --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 6a265f39af..ef7dded4bc 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -31,6 +31,7 @@ pkg1 "cligen", "nim c --path:. -r cligen.nim" pkg1 "combparser", "nimble test --gc:orc" pkg1 "compactdict" pkg1 "comprehension", "nimble test", "https://github.com/alehander42/comprehension" +pkg1 "criterion" pkg1 "dashing", "nim c tests/functional.nim" pkg1 "delaunay" pkg1 "docopt"