[PoR] Test PoR network with a small block size

To get a reasonable test execution time.
This commit is contained in:
Mark Spanbroek 2022-11-09 14:14:46 +01:00
parent 72f67abfb1
commit a0f6ef54bb
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00

View File

@ -21,6 +21,7 @@ import ../examples
import ../helpers import ../helpers
const const
BlockSize = 31 * 64
SectorSize = 31 SectorSize = 31
SectorsPerBlock = BlockSize div SectorSize SectorsPerBlock = BlockSize div SectorSize
DataSetSize = BlockSize * 100 DataSetSize = BlockSize * 100