summaryrefslogtreecommitdiff
path: root/traces
AgeCommit message (Collapse)Author
2021-09-19feat(trace): Update OpenDC VM trace formatFabian Mastenbroek
This change optimizes the OpenDC VM trace format by removing unnecessary columns as well as optimizing the writer settings. The new implementation still supports reading the old trace format in case users run OpenDC with older workload traces.
2020-11-10Update small Bitbrains traceFabian Mastenbroek
This change updates the small Bitbrains trace to remove the 32-core VM and limit the total number of VMs to 50.
2020-11-01Properly parse provisioned memory from Bitbrains traceFabian Mastenbroek
This change fixes an issue where we interpret the provisioned memory in the Bitbrains trace as MB as opposed to the correct KB.
2020-08-24Add small Bitbrains traceGeorgios Andreadis