From c2daadf63824f29cbbd361d644f4c2e016fd2593 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 25 Jul 2016 07:06:47 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33625b5..17ae014 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ There's the optional database config setting `Config.SyncPolicy` which can be se How fast is BuntDB? -Here are some example [benchmarks](https://github.com/tidwall/raft-boltdb#benchmarks) when comparing BuntDB to BoltDB using a Raft Store implementation. +Here are some example [benchmarks](https://github.com/tidwall/raft-boltdb#benchmarks) when using BuntDB in a Raft Store implementation. You can also run the standard Go benchmark tool from the project root directory: