From 84b73da17de5a4a0525c58839f7b5169c7e3243d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20J=C3=BCrgensmeyer?= Date: Sat, 5 Jan 2019 10:41:47 +0100 Subject: [PATCH] Add dbbench (#2299) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c06f60d4..8a42c143 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [chproxy](https://github.com/Vertamedia/chproxy) - HTTP proxy for ClickHouse database. * [clickhouse-bulk](https://github.com/nikepan/clickhouse-bulk) - Collects small insterts and sends big requests to ClickHouse servers. +* [dbbench](https://github.com/sj14/dbbench) - Database benchmarking tool with support for several databases and scripts. * [go-mysql](https://github.com/siddontang/go-mysql) - Go toolset to handle MySQL protocol and replication. * [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. * [kingshard](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang.