Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Benchmarking tool using cost estimator (#235)
* Benchmarking tool using cost estimator Co-Authored-By: Iñigo Querejeta Azurmendi <[email protected]> * Address review comments * Add example of cost-estimator usage * Cost model example behind feature * Make report generic over field size and commitment scheme * Nits * Use serde for printing the report * Calculate max expression degree Use built-in function to compute cs max_degree * Add cost computation for KZG GWC * Add shuffle argument * Nits * Remove CLI * Remove FromStr impl - not needed without CLI * Fix queries of Lookup * There is only one permutation argument * Remove dependency of halo2_gadgets for cost-estimator example --------- Co-authored-by: Henry Blanchette <[email protected]>
- Loading branch information