index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-faas
/
opendc-faas-simulator
/
src
Age
Commit message (
Expand
)
Author
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
2023-12-14
Updated tests to run successfully (#187)
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-11-13
refactor: Use InstantSource as time source
Fabian Mastenbroek
2022-11-04
refactor: Use RandomGenerator as randomness source
Fabian Mastenbroek
2022-10-28
refactor(sim/compute): Provide workload constructors in SimWorkloads
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-10-03
feat(exp/faas): Add provisioners for FaaS service
Fabian Mastenbroek
2022-05-06
refactor(workflow/service): Remove OpenTelemetry from "FaaS" modules
Fabian Mastenbroek
2022-05-06
refactor(faas/service): Directly expose scheduler/function stats to user
Fabian Mastenbroek
2021-10-25
refactor(simulator): Support running workloads without coroutines
Fabian Mastenbroek
2021-10-03
refactor(simulator): Migrate to flow-based simulation
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Create separate MeterProvider per service/host
Fabian Mastenbroek
2021-06-21
simulator: Re-organize compute simulator module
Fabian Mastenbroek
2021-06-17
faas: Rename opendc-serverless to opendc-faas
Fabian Mastenbroek