Add simulation_tool/tests/data/example_schedule_config.json
This commit is contained in:
parent
1c2ed54b68
commit
0ec4d5ac3d
1 changed files with 12 additions and 0 deletions
12
simulation_tool/tests/data/example_schedule_config.json
Normal file
12
simulation_tool/tests/data/example_schedule_config.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"scheduling_strategy": "round_robin",
|
||||||
|
"num_threads": 8,
|
||||||
|
"queue_type": "priority",
|
||||||
|
"affinity": true,
|
||||||
|
"simulation_duration": 5000,
|
||||||
|
"time_slice_ms": 10,
|
||||||
|
"seed": 42,
|
||||||
|
"outlier_threshold": 2.5,
|
||||||
|
"logging_level": "INFO",
|
||||||
|
"description": "Beispielkonfiguration für Scheduling-Simulationstests."
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue