mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-04 06:03:10 +00:00
save progress metrics to XML
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
00dde12d0b
commit
63ca349cbe
@ -230,6 +230,6 @@ class Simulator:
|
|||||||
matplotlib.pyplot.savefig(filePath)
|
matplotlib.pyplot.savefig(filePath)
|
||||||
|
|
||||||
self.result.populate(self.shape, missingVector)
|
self.result.populate(self.shape, missingVector)
|
||||||
self.result.addMetric("trafficStats", trafficStatsVector)
|
self.result.addMetric("progress", progress.to_dict(orient='list'))
|
||||||
return self.result
|
return self.result
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user