ceph/qa/suites/rados/perf/scheduler/dmclock_1Shard_16Threads.yaml
Sridhar Seshasayee ce5d0b37d2 qa/suite/rados: Introduce "scheduler" directory within rados perf suite.
Introduce a "scheduler" directory under the rados:perf tree to allow perf
suite to specify tests with the default scheduler(WPQ) and also with
the dmClock scheduler. One specification also overrides the number of
shards(1) and the number of threads per shard(16) to test with apart from
the default settings. This allows testing and performance benchmarking
with the new proposal to use one shard and multiple threads per shard with
the dmClock scheduler.

Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
2020-11-10 19:22:53 +05:30

8 lines
149 B
YAML

overrides:
ceph:
conf:
osd:
osd op num shards: 1
osd op num threads per shard: 16
osd op queue: mclock_scheduler