Skip to content

Commit ff50a3d

Browse files
committed
spaces
1 parent 3fe42b8 commit ff50a3d

File tree

1 file changed

+2
-2
lines changed
  • tools/pipeline_perf_test/orchestrator/lib/report

1 file changed

+2
-2
lines changed

tools/pipeline_perf_test/orchestrator/lib/report/report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_benchmark_json(
6969
},
7070
{
7171
"name": f"{benchmark_name}-logs-received",
72-
"unit": "count",
72+
"unit": "count",
7373
"value": logs_received_backend_count
7474
},
7575
{
@@ -98,7 +98,7 @@ def get_benchmark_json(
9898
"unit": "percent",
9999
"value": round(stats_summary['cpu_max'], 2)
100100
})
101-
101+
102102
# Add memory statistics (in MiB)
103103
if 'mem_avg' in stats_summary:
104104
benchmarks.append({

0 commit comments

Comments
 (0)