eth-easl / modyn

Modyn is a research-platform for training ML models on dynamic datasets.
MIT License
22 stars 3 forks source link

feat: Add unique sequence number for aggregation into supervisor #548

Closed robinholzi closed 2 weeks ago

robinholzi commented 2 weeks ago

Motivation

We want to be able to average the execution time of pipeline stage executions over multiple pipeline runs to gain more confidence in our results. For that we need sequential identifiers to map the StageLog entries from all logfiles.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.82%. Comparing base (b9e255e) to head (0abed0d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #548 +/- ## ========================================== + Coverage 82.80% 82.82% +0.01% ========================================== Files 217 217 Lines 10157 10163 +6 ========================================== + Hits 8411 8417 +6 Misses 1746 1746 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 2 weeks ago

Line Coverage: -% ( % to main) Branch Coverage: -% ( % to main)