diff --git a/benchmarks/bls12_381_fp.nim b/benchmarks/bls12_381_fp.nim index 0811631..08a83e7 100644 --- a/benchmarks/bls12_381_fp.nim +++ b/benchmarks/bls12_381_fp.nim @@ -72,7 +72,7 @@ proc subBench() = let stop = getMonotime() report("Substraction", "Fp[BLS12_381]", start, stop, startClk, stopClk, Iters) -# subBench() +subBench() proc negBench() = var r, x: Fp[BLS12_381]