index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-simulator
/
opendc-simulator-compute
/
src
/
jmh
Age
Commit message (
Expand
)
Author
2024-12-06
Renamed Multiplexer to FlowDistributor (#282)
Dante Niewenhuis
2024-10-25
Rewrote the FlowEngine (#256)
Dante Niewenhuis
2024-09-16
All simulation are now run with a single CPU and single MemoryUnit. multi CPU...
Dante Niewenhuis
2024-03-05
Updated package versions, updated web server tests. (#207)
Dante Niewenhuis
2022-11-13
refactor: Replace use of CoroutineContext by Dispatcher
Fabian Mastenbroek
2022-11-13
refactor(sim/core): Re-implement SimulationScheduler as Dispatcher
Fabian Mastenbroek
2022-10-21
refactor(sim/compute): Re-implement using flow2
Fabian Mastenbroek
2022-10-06
build: Switch to Spotless for formatting
Fabian Mastenbroek
2022-10-06
style: Eliminate use of wildcard imports
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Rename runBlockingSimulation to runSimulation
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Use SimulationScheduler in coroutine dispatcher
Fabian Mastenbroek
2022-09-22
refactor(sim/compute): Simplify SimHypervisor class
Fabian Mastenbroek
2022-09-22
refactor(sim/compute): Make interference domain independent of profile
Fabian Mastenbroek
2022-09-22
refactor(sim/compute): Extract Random dependency from interference model
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Move interference logic into VmInterferenceMember
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Remove timestamp parameter from SimTrace
Fabian Mastenbroek
2022-09-21
refactor(sim/compute): Remove convergence listener parameter
Fabian Mastenbroek
2021-10-25
refactor(simulator): Support running workloads without coroutines
Fabian Mastenbroek
2021-10-08
perf(simulator): Optimize SimTraceWorkload
Fabian Mastenbroek
2021-10-05
perf(experiments): Add benchmark for Capelin experiment
Fabian Mastenbroek
2021-10-03
feat(simulator): Expose CPU time counters directly on hypervisor
Fabian Mastenbroek
2021-10-03
refactor(simulator): Migrate to flow-based simulation
Fabian Mastenbroek
2021-10-03
test(simulator): Use longer traces for benchmarks
Fabian Mastenbroek
2021-08-24
refactor(simulator): Execute traces based on timestamps
Fabian Mastenbroek
2021-06-21
simulator: Re-organize compute simulator module
Fabian Mastenbroek
2021-06-03
simulator: Split CPUFreq subsystem in compute simulator
Fabian Mastenbroek
2021-06-01
simulator: Centralize resource logic in SimResourceInterpreter
Fabian Mastenbroek
2021-05-03
simulator: Introduce SimResourceScheduler
Fabian Mastenbroek
2021-05-03
simulator: Fix compute benchmarks
Fabian Mastenbroek
2021-04-25
build: Migrate to flat project structure
Fabian Mastenbroek