enable substraction benchmarks
This commit is contained in:
parent
472823b749
commit
dc0c1c181c
|
@ -72,7 +72,7 @@ proc subBench() =
|
||||||
let stop = getMonotime()
|
let stop = getMonotime()
|
||||||
report("Substraction", "Fp[BLS12_381]", start, stop, startClk, stopClk, Iters)
|
report("Substraction", "Fp[BLS12_381]", start, stop, startClk, stopClk, Iters)
|
||||||
|
|
||||||
# subBench()
|
subBench()
|
||||||
|
|
||||||
proc negBench() =
|
proc negBench() =
|
||||||
var r, x: Fp[BLS12_381]
|
var r, x: Fp[BLS12_381]
|
||||||
|
|
Loading…
Reference in New Issue