aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/test/sched-basic.conf
blob: 8a6d0ac9838a2e085c4b7228982a64ec6e771957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Mandatory fields
odp_implementation = "linux-generic"
config_file_version = "0.1.28"

# Test scheduler with an odd spread value and without dynamic load balance
sched_basic: {
	prio_spread = 3
	load_balance = 0
	powersave: {
		poll_time_nsec = 5000
		sleep_time_nsec = 50000
	}
}