github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/benchmarks/sysbench/setup.yaml (about) 1 # https://square.github.io/finch/benchmark/examples/#sysbench 2 3 stage: 4 name: "setup" 5 stats: 6 disable: true 7 trx: 8 # Executed in order: 9 - file: trx/schema.sql 10 - file: trx/insert-rows.sql 11 data: 12 k: 13 generator: "int" 14 params: 15 max: 65536 16 c: 17 generator: "str-fill-az" 18 params: 19 len: 119 # not a typo 20 pad: 21 generator: "str-fill-az" 22 params: 23 len: 59 # not a typo 24 - file: trx/secondary-index.sql