[erasure] Test erasure coding with a small block size
To get a reasonable test execution time.
This commit is contained in:
parent
d5a8d110a5
commit
5c2041c0d7
|
@ -16,6 +16,7 @@ import ./helpers
|
|||
|
||||
suite "Erasure encode/decode":
|
||||
|
||||
const BlockSize = 1024
|
||||
const dataSetSize = BlockSize * 123 # weird geometry
|
||||
|
||||
var rng: Rng
|
||||
|
|
Loading…
Reference in New Issue