# mysql-bench **Repository Path**: bravoadmin/mysql-bench ## Basic Information - **Project Name**: mysql-bench - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ```sh go get github.com/im-bravo/mysql-bench cd ~/go/bin ``` ```sh ./mysql-bench -workload uniform -mode write -concurrency 100 -keyspace dbname -duration 5s -nodes 192.168.58.100:3306 -table grant_standard -username user001 -password 'pwd' ``` ```sh go run main.go modes.go workloads.go -workload uniform -mode write_deep -concurrency 1 -keyspace onepoint -duration 5s -nodes 192.168.58.100:3306 -table grant_standard -username root -password 'example' ```