[#216] Add parameter max_total_size_gb

This commit is contained in:
Ekaterina Chernitsyna 2024-04-25 20:50:33 +03:00 committed by Dmitriy Zayakin
parent a32bd120f2
commit 0306c09bed
2 changed files with 3 additions and 1 deletions

View file

@ -86,7 +86,7 @@ class SummarizedStats:
target.latencies.by_node[node_key] = operation.latency
target.throughput += operation.throughput
target.errors.threshold = load_params.error_threshold
target.total_bytes = operation.total_bytes
target.total_bytes += operation.total_bytes
if operation.failed_iterations:
target.errors.by_node[node_key] = operation.failed_iterations