feat(nix-compat): add bench for aterm parsing
Change-Id: Ie9416f0046b6ee0a02096a7712cdba9cc84db4f6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9733 Reviewed-by: Connor Brewster <cbrewster@hey.com> Reviewed-by: Gabriel Doriath Döhler <gabriel.doriath.dohler@ens.fr> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
c3fad811f4
commit
652afd21b3
4 changed files with 43 additions and 1 deletions
|
|
@ -24,9 +24,14 @@ futures = { version = "0.3.28", default-features = false, features = ["executor"
|
|||
lazy_static = "1.4.0"
|
||||
serde_json = "1.0"
|
||||
test-case = "2.2.2"
|
||||
criterion = { version = "0.4", features = ["html_reports"] }
|
||||
|
||||
[dev-dependencies.test-generator]
|
||||
# This fork of test-generator adds support for cargo workspaces, see
|
||||
# also https://github.com/frehberg/test-generator/pull/14
|
||||
git = "https://github.com/JamesGuthrie/test-generator.git"
|
||||
rev = "82e799979980962aec1aa324ec6e0e4cad781f41"
|
||||
|
||||
[[bench]]
|
||||
name = "derivation_parse_aterm"
|
||||
harness = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue