shlomi-noach / awesome-mysql

A curated list of awesome MySQL software, libraries, tools and resources
Other
2.33k stars 373 forks source link

Add go-tpc for benchmarking #87

Closed zhouqiang-cl closed 4 years ago

zhouqiang-cl commented 4 years ago

go-tpc is a toolbox to benchmark TPC workloads in Go You can use the following step to benchmark tpcc

# prepare data
./bin/go-tpc -H 127.0.0.1 -P 3306 -D tpcc tpcc --warehouses 4 --parts 4 prepare

# run tpcc
./bin/go-tpc -H 127.0.0.1 -P 3306 -D tpcc tpcc --warehouses 4 run
zhouqiang-cl commented 4 years ago

@shlomi-noach PTAL, thank you for the awesome project

zhouqiang-cl commented 4 years ago

Thank you for the contribution! It's good; could you please just re-insert that entry in alphabetical order please?

Done. Thank you