blob: a065c5d6e4d594d53c8ae61d2d3a072a3a4a1a05 (
plain)
1
2
3
4
5
6
7
8
|
# Default configuration for the serverless experiments
opendc.experiments.serverless20 {
# Path to the directory containing the serverless trace
trace-path = input/traces/serverless
# Path to the output directory to write the results to
output-path = output
}
|