From 74b053c6fea8d69c6572f6c1c4a572b93ea48170 Mon Sep 17 00:00:00 2001 From: Jean Luca Bez Date: Tue, 14 Jan 2025 13:45:16 -0800 Subject: [PATCH] fix metric name --- .github/workflows/store-metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/store-metrics.py b/.github/workflows/store-metrics.py index 9d12b6276..0ac4673b0 100644 --- a/.github/workflows/store-metrics.py +++ b/.github/workflows/store-metrics.py @@ -127,7 +127,7 @@ total_time_file_agg += t observed_time_file_agg += t obj_close_time_node.append(t) - elif 'Sleep time' in line: + elif 'Sleep end' in line: t = float(line.split(':')[1]) sleep_time_file_agg += t observed_time_file_agg += t