36 lines
558 B
YAML
36 lines
558 B
YAML
- name: big_writes
|
|
shards: all
|
|
type: seqwrite
|
|
shard_info:
|
|
parallelism: 10
|
|
reqsize: 256kB
|
|
shares: 10
|
|
think_time: 0
|
|
|
|
- name: latency_reads
|
|
shards: [0]
|
|
type: randread
|
|
data_size: 1GB
|
|
shard_info:
|
|
parallelism: 1
|
|
reqsize: 512
|
|
shares: 100
|
|
think_time: 1000us
|
|
|
|
- name: cpu_hog
|
|
shards: [0]
|
|
type: cpu
|
|
shard_info:
|
|
parallelism: 1
|
|
execution_time: 90us
|
|
think_time: 10us
|
|
|
|
- name: unlinking
|
|
shards: all
|
|
type: unlink
|
|
data_size: 2GB
|
|
files_count: 5000
|
|
shard_info:
|
|
parallelism: 10
|
|
think_time: 10us
|