mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
5 lines
134 B
Bash
5 lines
134 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
exec ./hstest test=10 key_mask=9999 host=localhost port=9998 num=10000000 \
|
||
|
num_threads=100 timelimit=10 moreflds=50 $@
|