| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-25 | perf(compute): Redesign VM interference algorithm | Fabian Mastenbroek | |
| This change redesigns the virtual machine interference algorithm to have a fixed memory usage per `VmInterferenceModel` instance. Previously, for every interference domain, a copy of the model would be created, leading to OutOfMemory errors when running multiple experiments at the same time. | |||
| 2021-09-19 | refactor(capelin): Extract common code out of Capelin experiments | Fabian Mastenbroek | |
| This change creates a new module for doing simulations with virtual machine workloads. We have found that a lot of code in the Capelin experiments code is being re-used by non-experiment modules. | |||
