filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
489 stars 314 forks source link

feat: benchy: add API features flag #1743

Closed vmx closed 8 months ago

vmx commented 9 months ago

Instead of passing in a boolean whether it's Synthetic PoRep or not, make it possible to pass in any supported feature.

This is a follow up of https://github.com/filecoin-project/rust-fil-proofs/pull/1742#discussion_r1430175595.

vmx commented 9 months ago

I did a force push as the original commit message had a typo.

I kept the api_features name, to make sure no one mistakes them for Cargo features.