Skip to content

Commit f44b931

Browse files
authored
fix metric name (#222)
1 parent 0a1e146 commit f44b931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/store-metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
total_time_file_agg += t
128128
observed_time_file_agg += t
129129
obj_close_time_node.append(t)
130-
elif 'Sleep time' in line:
130+
elif 'Sleep end' in line:
131131
t = float(line.split(':')[1])
132132
sleep_time_file_agg += t
133133
observed_time_file_agg += t

0 commit comments

Comments
 (0)