Enable benchmarks for mmark in the Nix flake

This commit is contained in:
Mark Karpov 2022-11-16 14:56:28 +01:00
parent 3a3600158e
commit 1baa6f13de
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -87,6 +87,7 @@
"modern-uri" = doBenchmark super.modern-uri;
"parsers-bench" = doBenchmark
(super.callCabal2nix "parsers-bench" parsersBenchSource { });
"mmark" = doBenchmark super.mmark;
};
updatedPkgs = pkgs // {