github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/benchmarks/sysbench/write-only.yaml (about) 1 # https://square.github.io/finch/benchmark/examples/#sysbench 2 3 stage: 4 name: write-only 5 runtime: 60s 6 workload: 7 - clients: 1 8 trx: 9 - file: trx/write-only.sql 10 data: 11 id: 12 generator: "int" 13 params: 14 max: $params.rows 15 dist: normal 16 del_id: 17 generator: "int" 18 scope: trx 19 params: 20 max: $params.rows 21 dist: normal 22 k: 23 generator: "int" 24 params: 25 max: 65536 26 c: 27 generator: "str-fill-az" 28 params: 29 len: 119 30 pad: 31 generator: "str-fill-az" 32 params: 33 len: 59