add tests for prover
This commit is contained in:
parent
4cfb707180
commit
d08b2cd6bc
|
@ -26,6 +26,15 @@ import ./helpers
|
||||||
import ../helpers
|
import ../helpers
|
||||||
import ./backends/helpers
|
import ./backends/helpers
|
||||||
|
|
||||||
|
const
|
||||||
|
slotId = 1
|
||||||
|
samples = 5
|
||||||
|
blockSize = DefaultBlockSize
|
||||||
|
cellSize = DefaultCellSize
|
||||||
|
ecK = 2
|
||||||
|
ecM = 2
|
||||||
|
numDatasetBlocks = 8
|
||||||
|
|
||||||
suite "Test Prover":
|
suite "Test Prover":
|
||||||
let
|
let
|
||||||
slotId = 1
|
slotId = 1
|
||||||
|
|
Loading…
Reference in New Issue