Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert MSM and FFT code and their benchmarks. #86

Merged
Prev Previous commit
Next Next commit
feeback
  • Loading branch information
einar-taiko committed Sep 8, 2023
commit 1977dc029357a49eed675cefdff5233700991002
2 changes: 1 addition & 1 deletion benches/msm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const RANGE: [u8; 6] = [3, 8, 10, 12 /*(Ethereum KZG / EIP 4844)*/, 14, 16];
#[cfg(feature = "multicore")]
const RANGE: [u8; 9] = [
3, 8, 10, 12, /*(Ethereum KZG / EIP 4844)*/
14, 16, 18, 20, 21,
14, 16, 18, 20, 22,
];

fn criterion_benchmark(c: &mut Criterion) {
Expand Down