arkworks-rs / curves

Implementations of popular elliptic curves
https://www.arkworks.rs
Apache License 2.0
303 stars 103 forks source link

Benchmarks for pairings are not executed #146

Closed mmaker closed 1 year ago

mmaker commented 1 year ago

Summary of Bug

Can't find any *Pairing* match in the benchmark output. Even running cargo criterion --message-output=json does not seem to produce any string matching "Pairing" in the id, as one would expect reading ark-bench-templates.

Steps to Reproduce

$ cargo bench Pairing
mmaker commented 1 year ago

Fixed in https://github.com/arkworks-rs/algebra/pull/586.

mmagician commented 1 year ago

Fixed indeed.