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

Throughput:
    events/s (eps):                      35363.4942
    time elapsed:                        600.0136s
    total number of events:              21218576

Latency (ms):
         min:                                    0.14
         avg:                                    2.83
         max:                                  511.53
         95th percentile:                        5.47
         sum:                             59982148.74

Threads fairness:
    events (avg/stddev):           212185.7600/3028.82
    execution time (avg/stddev):   599.8215/0.01