fix integer_arithmetic benchmark

This commit is contained in:
collin 2021-03-11 15:40:03 -08:00
parent 55965e48bb
commit 4e26ca5a40

View File

@ -16,7 +16,7 @@
use leo_gadgets::{arithmetic::*, Int128, Int16, Int32, Int64, Int8};
use snarkvm_gadgets::traits::utilities::alloc::AllocGadget;
use snarkvm_gadgets::traits::utilities::{alloc::AllocGadget, arithmetic::Add};
use snarkvm_r1cs::{ConstraintSystem, Fr, TestConstraintSystem};
use rand::{Rng, SeedableRng};