Closed mmaker closed 1 year ago
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.
*Pairing*
cargo criterion --message-output=json
id
$ cargo bench Pairing
Fixed in https://github.com/arkworks-rs/algebra/pull/586.
Fixed indeed.
Summary of Bug
Can't find any
*Pairing*
match in the benchmark output. Even runningcargo criterion --message-output=json
does not seem to produce any string matching "Pairing" in theid
, as one would expect reading ark-bench-templates.Steps to Reproduce