$ sysbench --time=600 --table-size=8000000 --tables=10 --threads=100 --mysql-socket=/tmp/mysql.sock --mysql-db='sbtest' --mysql-password='sbtest' src/lua/oltp_update_non_index.lua run
sysbench 1.1.0 (using bundled LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 100
Initializing random number generator from current time


Initializing worker threads...

Threads started!

SQL statistics:
    queries performed:
        read:                            0
        write:                           21469714
        other:                           0
        total:                           21469714
    transactions:                        21469714 (35781.93 per sec.)
    queries:                             21469714 (35781.93 per sec.)
    ignored errors:                      0      (0.00 per sec.)
    reconnects:                          0      (0.00 per sec.)

Throughput:
    events/s (eps):                      35781.9338
    time elapsed:                        600.0155s
    total number of events:              21469714

Latency (ms):
         min:                                    0.12
         avg:                                    2.79
         max:                                  525.51
         95th percentile:                        6.32
         sum:                             59984768.42

Threads fairness:
    events (avg/stddev):           214697.1400/3022.40
    execution time (avg/stddev):   599.8477/0.01