Skip to content

Commit

Permalink
fix metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Jan 14, 2025
1 parent 0a1e146 commit 74b053c
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 74b053c

Please sign in to comment.