summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-09-06 12:17:55 +0200
committerJakob Unterwurzacher2015-09-06 12:17:55 +0200
commite34e383d3765d6a6c5bfb7e9668e539509590032 (patch)
tree3ee98a116bed3816feb9fd235ec0d63358cdbd2a /README.md
parent290b11abf462b2a9573e2b9410d3c8478df90018 (diff)
readme: Fix benchmark alignment
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b73171e..69dfef6 100644
--- a/README.md
+++ b/README.md
@@ -39,5 +39,5 @@ The output should look like this:
+ go test -bench=.
PASS
BenchmarkStreamWrite 100 14062281 ns/op 74.57 MB/s
- BenchmarkStreamRead 100 11267741 ns/op 93.06 MB/s
+ BenchmarkStreamRead 100 11267741 ns/op 93.06 MB/s
ok github.com/rfjakob/gocryptfs 7.569s