mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-19 01:12:34 +00:00
add tests for prover
This commit is contained in:
parent
4cfb707180
commit
d08b2cd6bc
@ -26,6 +26,15 @@ import ./helpers
|
||||
import ../helpers
|
||||
import ./backends/helpers
|
||||
|
||||
const
|
||||
slotId = 1
|
||||
samples = 5
|
||||
blockSize = DefaultBlockSize
|
||||
cellSize = DefaultCellSize
|
||||
ecK = 2
|
||||
ecM = 2
|
||||
numDatasetBlocks = 8
|
||||
|
||||
suite "Test Prover":
|
||||
let
|
||||
slotId = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user