| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-20 | refactor(trace): Unify columns of different tables | Fabian Mastenbroek | |
| This change unifies columns of different tables used by trace formats. This concretely means that instead of having columns specific per table (e.g., RESOURCE_ID and RESOURCE_STATE_ID), with this changes these columns are shared between the tables with a single definition (RESOURCE_ID). | |||
| 2021-09-19 | feat(trace): Add tool for converting workload traces | Fabian Mastenbroek | |
| This change adds an initial implementation to the trace library for converting between workload trace formats. Currently the tool supports only converting to the OpenDC VM trace format. However, in the future, we will add support for converting between other formats as well. | |||
