[erasure] Test erasure coding with a small block size

To get a reasonable test execution time.
This commit is contained in:
Mark Spanbroek 2022-11-09 14:01:09 +01:00
parent d5a8d110a5
commit 5c2041c0d7
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import ./helpers
suite "Erasure encode/decode":
const BlockSize = 1024
const dataSetSize = BlockSize * 123 # weird geometry
var rng: Rng