summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-03perf(simulator): Manage flow connection timers more efficientlyFabian Mastenbroek
2021-10-03perf(simulator): Do not use set for tracking convergenceFabian Mastenbroek
2021-10-03refactor(simulator): Separate push and pull flagsFabian Mastenbroek
2021-10-03refactor(simulator): Migrate to flow-based simulationFabian Mastenbroek
2021-10-03refactor(simulator): Remove transform from SimResourceForwarderFabian Mastenbroek
2021-10-03refactor(simulator): Merge distributor and aggregator into switchFabian Mastenbroek
2021-10-03refactor(simulator): Eliminate usage of distributor and aggregatorFabian Mastenbroek
2021-10-03refactor(simulator): Remove SimResourceFlow interfaceFabian Mastenbroek
2021-10-03refactor(simulator): Do not expose SimResourceStateFabian Mastenbroek
2021-10-03refactor(simulator): Remove onUpdate callbackFabian Mastenbroek
2021-10-03refactor(simulator): Lazily push changes to resource contextFabian Mastenbroek
2021-10-03refactor(simulator): Invoke consumer callback on every invalidationFabian Mastenbroek
2021-10-03refactor(simulator): Simplify max-min aggregator implementationFabian Mastenbroek
2021-10-03perf(simulator): Reduce memory allocations in SimResourceInterpreterFabian Mastenbroek
2021-10-03refactor(simulator): Add support for pushing flow from contextFabian Mastenbroek
2021-10-03refactor(simulator): Combine work and deadline to durationFabian Mastenbroek
2021-10-03perf(simulator): Use direct field access for perf-sensitive codeFabian Mastenbroek
2021-10-03test(simulator): Use longer traces for benchmarksFabian Mastenbroek
2021-10-03build: Migrate from kotlinx-benchmark to jmh-gradleFabian Mastenbroek
2021-09-28build: Increase Java requirement to version 11Fabian Mastenbroek
2021-09-28merge: Simplify usage of ComputeMetricExporterFabian Mastenbroek
2021-09-28fix(telemetry): Report cause of compute exporter failureFabian Mastenbroek
2021-09-28fix(compute): Write null values explicitly in Parquet exporterFabian Mastenbroek
2021-09-28fix(compute): Do not recover guests in non-error stateFabian Mastenbroek
2021-09-28refactor(telemetry): Do not require clock for ComputeMetricExporterFabian Mastenbroek
2021-09-28fix(telemetry): Ensure shutdown of exporter is calledFabian Mastenbroek
2021-09-21build(ui): Bump semver-regex from 3.1.2 to 3.1.3.dependabot[bot]
2021-09-21merge: Add support for trace writingFabian Mastenbroek
2021-09-21feat(trace): Add support for writing tracesFabian Mastenbroek
2021-09-20refactor(trace): Simplify TraceFormat SPI interfaceFabian Mastenbroek
2021-09-20feat(trace): Add property for describing partition keysFabian Mastenbroek
2021-09-20perf(compute): Use index lookup in trace loaderFabian Mastenbroek
2021-09-20feat(trace): Support column lookup via indexFabian Mastenbroek
2021-09-20refactor(trace): Unify columns of different tablesFabian Mastenbroek
2021-09-19merge: Enable re-use of virtual machine workload helpersFabian Mastenbroek
2021-09-19refactor(simulator): Remove dependency on SnakeYamlFabian Mastenbroek
2021-09-19feat(trace): Add tool for converting workload tracesFabian Mastenbroek
2021-09-19feat(trace): Update OpenDC VM trace formatFabian Mastenbroek
2021-09-19feat(trace): Add support for internal OpenDC VM trace formatFabian Mastenbroek
2021-09-19feat(trace): Add support for Azure VM trace formatFabian Mastenbroek
2021-09-19feat(trace): Add support for extended Bitbrains trace formatFabian Mastenbroek
2021-09-19refactor(capelin): Make workload sampling model extensibleFabian Mastenbroek
2021-09-19feat(capelin): Support creating CPU-optimized topologyFabian Mastenbroek
2021-09-19perf(compute): Add option for optimizing SimHost simulationFabian Mastenbroek
2021-09-19refactor(capelin): Support flexible topology creationFabian Mastenbroek
2021-09-19refactor(capelin): Extract common code out of Capelin experimentsFabian Mastenbroek
2021-09-17fix(simulator): Support workload/machine CPU count mismatchFabian Mastenbroek
2021-09-17merge: Standardize simulator metricsFabian Mastenbroek
2021-09-17feat(capelin): Use logical types for Parquet output columnsFabian Mastenbroek
2021-09-17refactor(telemetry): Standardize SimHost metricsFabian Mastenbroek