$ 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:                           19552222
        other:                           0
        total:                           19552222
    transactions:                        19552222 (32586.36 per sec.)
    queries:                             19552222 (32586.36 per sec.)
    ignored errors:                      0      (0.00 per sec.)
    reconnects:                          0      (0.00 per sec.)

Throughput:
    events/s (eps):                      32586.3554
    time elapsed:                        600.0125s
    total number of events:              19552222

Latency (ms):
         min:                                    0.12
         avg:                                    3.07
         max:                                  514.37
         95th percentile:                        7.17
         sum:                             59984127.76

Threads fairness:
    events (avg/stddev):           195522.2200/1295.07
    execution time (avg/stddev):   599.8413/0.00