mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-31 23:25:11 +00:00
re-enable samper tests
This commit is contained in:
parent
393c2aaa8a
commit
0d0fe0cc7a
@ -26,16 +26,16 @@ 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
|
||||||
|
slotId = 1
|
||||||
|
samples = 5
|
||||||
|
blockSize = DefaultBlockSize
|
||||||
|
cellSize = DefaultCellSize
|
||||||
|
ecK = 2
|
||||||
|
ecM = 2
|
||||||
|
numDatasetBlocks = 8
|
||||||
|
|
||||||
var
|
var
|
||||||
datasetBlocks: seq[bt.Block]
|
datasetBlocks: seq[bt.Block]
|
||||||
store: BlockStore
|
store: BlockStore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user