Skip to content

Commit

Permalink
fix metric name (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored Jan 16, 2025
1 parent 0a1e146 commit f44b931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/store-metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f44b931

Please sign in to comment.