mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-10 09:03:12 +00:00
segment instead of sample
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
fc9338df3f
commit
b65f565734
@ -205,7 +205,7 @@ class Simulator:
|
||||
self.logger.info("step %d, arrived %0.02f %%, ready %0.02f %%, validatedall %0.02f %%, , validated %0.02f %%"
|
||||
% (steps, sampleProgress*100, nodeProgress*100, validatorAllProgress*100, validatorProgress*100), extra=self.format)
|
||||
|
||||
cnS = "samples received"
|
||||
cnS = "segments received"
|
||||
cnN = "nodes ready"
|
||||
cnV = "validators ready"
|
||||
cnT0 = "TX builder mean"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user