mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-05 22:53:07 +00:00
Updated config file
This commit is contained in:
parent
71948db5ad
commit
e98de5bf9f
@ -108,7 +108,7 @@ def study():
|
|||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
runs = 10
|
runs = 10
|
||||||
degs = range(6, 9, 2)
|
degs = range(6, 13, 2)
|
||||||
mals = range(5, 100, 5)
|
mals = range(5, 100, 5)
|
||||||
numberOfColumns = 128
|
numberOfColumns = 128
|
||||||
custody = 4
|
custody = 4
|
||||||
|
|||||||
@ -113,7 +113,7 @@ deg = 8
|
|||||||
mals = range(5, 100, 5)
|
mals = range(5, 100, 5)
|
||||||
numberOfColumns = 128
|
numberOfColumns = 128
|
||||||
custody = 4
|
custody = 4
|
||||||
numberOfNodes = [int(_) for _ in (np.logspace(2, 3, 3, endpoint=True, base=10) * 5)]
|
numberOfNodes = [int(_) for _ in (np.logspace(2, 4, 5, endpoint=True, base=10) * 5)]
|
||||||
numberOfValidators = [int(nn * 2.4) for nn in numberOfNodes] # (0.8 * 1 + 0.2 * 8 = 2.4)
|
numberOfValidators = [int(nn * 2.4) for nn in numberOfNodes] # (0.8 * 1 + 0.2 * 8 = 2.4)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user