enable substraction benchmarks

This commit is contained in:
Mamy André-Ratsimbazafy 2020-03-07 12:23:46 +01:00
parent 472823b749
commit dc0c1c181c
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 1 additions and 1 deletions

View File

@ -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]