This is an application that can perform set, get, and delete key-value operation for 3 different cache database including Redis, MongoDB, and TiKV. The end goal is to compare these databases to see how they perform against large number of requests. Load test is done using Apache Benchmark from within the cluster using ab-test.
Load test is done by sending 10k request with 2 different concurrency rate. Connection time, Processing time, Waiting time, and total time is compared for databases.