index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-05
perf(simulator): Ignore sync pulls without changes
Fabian Mastenbroek
2021-10-05
refactor(simulator): Extract scheduler for max min multiplexer
Fabian Mastenbroek
2021-10-05
perf(simulator): Manage deadlines centrally in max min mux
Fabian Mastenbroek
2021-10-05
perf(experiments): Add benchmark for Capelin experiment
Fabian Mastenbroek
2021-10-05
perf(simulator): Do not prune invocations on sync engine invocation
Fabian Mastenbroek
2021-10-03
merge: Migrate to flow-based simulation for low-level models
Fabian Mastenbroek
2021-10-03
perf(compute): Optimize telemetry collection
Fabian Mastenbroek
2021-10-03
feat(simulator): Expose CPU time counters directly on hypervisor
Fabian Mastenbroek
2021-10-03
perf(simulator): Optimize hot path in SimTraceWorkload
Fabian Mastenbroek
2021-10-03
perf(simulator): Reduce field accesses in FlowConsumerContextImpl
Fabian Mastenbroek
2021-10-03
perf(simulator): Make convergence callback optional
Fabian Mastenbroek
2021-10-03
fix(simulator): Fix loss computation for UPS and PDU
Fabian Mastenbroek
2021-10-03
refactor(simulator): Create separate callbacks for remaining events
Fabian Mastenbroek
2021-10-03
refactor(simulator): Remove capacity event
Fabian Mastenbroek
2021-10-03
refactor(simulator): Remove failure callback from FlowSource
Fabian Mastenbroek
2021-10-03
perf(simulator): Manage flow connection timers more efficiently
Fabian Mastenbroek
2021-10-03
perf(simulator): Do not use set for tracking convergence
Fabian Mastenbroek
2021-10-03
refactor(simulator): Separate push and pull flags
Fabian Mastenbroek
2021-10-03
refactor(simulator): Migrate to flow-based simulation
Fabian Mastenbroek
2021-10-03
refactor(simulator): Remove transform from SimResourceForwarder
Fabian Mastenbroek
2021-10-03
refactor(simulator): Merge distributor and aggregator into switch
Fabian Mastenbroek
2021-10-03
refactor(simulator): Eliminate usage of distributor and aggregator
Fabian Mastenbroek
2021-10-03
refactor(simulator): Remove SimResourceFlow interface
Fabian Mastenbroek
2021-10-03
refactor(simulator): Do not expose SimResourceState
Fabian Mastenbroek
2021-10-03
refactor(simulator): Remove onUpdate callback
Fabian Mastenbroek
2021-10-03
refactor(simulator): Lazily push changes to resource context
Fabian Mastenbroek
2021-10-03
refactor(simulator): Invoke consumer callback on every invalidation
Fabian Mastenbroek
2021-10-03
refactor(simulator): Simplify max-min aggregator implementation
Fabian Mastenbroek
2021-10-03
perf(simulator): Reduce memory allocations in SimResourceInterpreter
Fabian Mastenbroek
2021-10-03
refactor(simulator): Add support for pushing flow from context
Fabian Mastenbroek
2021-10-03
refactor(simulator): Combine work and deadline to duration
Fabian Mastenbroek
2021-10-03
perf(simulator): Use direct field access for perf-sensitive code
Fabian Mastenbroek
2021-10-03
test(simulator): Use longer traces for benchmarks
Fabian Mastenbroek
2021-10-03
build: Migrate from kotlinx-benchmark to jmh-gradle
Fabian Mastenbroek
2021-09-28
build: Increase Java requirement to version 11
Fabian Mastenbroek
2021-09-28
merge: Simplify usage of ComputeMetricExporter
Fabian Mastenbroek
2021-09-28
fix(telemetry): Report cause of compute exporter failure
Fabian Mastenbroek
2021-09-28
fix(compute): Write null values explicitly in Parquet exporter
Fabian Mastenbroek
2021-09-28
fix(compute): Do not recover guests in non-error state
Fabian Mastenbroek
2021-09-28
refactor(telemetry): Do not require clock for ComputeMetricExporter
Fabian Mastenbroek
2021-09-28
fix(telemetry): Ensure shutdown of exporter is called
Fabian Mastenbroek
2021-09-21
build(ui): Bump semver-regex from 3.1.2 to 3.1.3.
dependabot[bot]
2021-09-21
merge: Add support for trace writing
Fabian Mastenbroek
2021-09-21
feat(trace): Add support for writing traces
Fabian Mastenbroek
2021-09-20
refactor(trace): Simplify TraceFormat SPI interface
Fabian Mastenbroek
2021-09-20
feat(trace): Add property for describing partition keys
Fabian Mastenbroek
2021-09-20
perf(compute): Use index lookup in trace loader
Fabian Mastenbroek
2021-09-20
feat(trace): Support column lookup via index
Fabian Mastenbroek
2021-09-20
refactor(trace): Unify columns of different tables
Fabian Mastenbroek
2021-09-19
merge: Enable re-use of virtual machine workload helpers
Fabian Mastenbroek
[next]