mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
4 lines
141 B
Bash
4 lines
141 B
Bash
|
#!/bin/bash
|
||
|
exec ./hstest test=9 key_mask=9999 host=localhost port=3306 num=1000000 \
|
||
|
num_threads=100 verbose=1 timelimit=10 moreflds=50 $@
|