From 4e7414e92005022a3efdbbd5d65c25cbc6cbddf9 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 12 Dec 2020 07:55:29 +1000 Subject: [PATCH] Fix link to bitcask-bench --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b263f51..e25d1c6 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ You can find an [AUTHORS](/AUTHORS) file where we keep a list of contributors to - [bitraft](https://github.com/prologic/bitraft) -- A Distributed Key/Value store (_using Raft_) with a Redis compatible protocol. - [bitcaskfs](https://github.com/prologic/bitcaskfs) -- A FUSE filesystem for mounting a Bitcask database. -- [bitcaskbench](https://github.com/prologic/bitcaskbench) -- A benchmarking tool comparing Bitcask and several other Go key/value libraries. +- [bitcask-bench](https://github.com/prologic/bitcask-bench) -- A benchmarking tool comparing Bitcask and several other Go key/value libraries. ## License