github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/benchmarks/xfer/_all.yaml (about)

     1  # https://square.github.io/finch/benchmark/examples/#xfer
     2  
     3  params:
     4    customers: 1,000,000 # + 3 balances per customer (4M rows total)
     5    active: 20           # % of customers between lower and upper
     6    lower: 500,000       
     7    upper: 1,000,000
     8    xfers-size: 1GiB  # about 2.3M rows
     9    clients: $sys.CPU_CORES # override on command line like "-p clients=2"
    10  
    11  stats:
    12    freq: 5s