mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 17:23:08 +00:00
Delete outdated comment
This commit is contained in:
parent
ac1179255a
commit
aa78d02c01
@ -51,12 +51,6 @@ fn bench_prove<F: Field + Extendable<D>, const D: usize>() {
|
||||
|
||||
builder.add_gate(ConstantGate::get(), vec![F::NEG_ONE]);
|
||||
|
||||
// for _ in 0..(40 * 5) {
|
||||
// builder.add_gate(
|
||||
// FriConsistencyGate::new(2, 3, 13),
|
||||
// vec![F::primitive_root_of_unity(13)]);
|
||||
// }
|
||||
|
||||
let prover = builder.build_prover();
|
||||
let inputs = PartialWitness::new();
|
||||
prover.prove(inputs);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user