diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-14 19:31:13 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-14 19:31:13 +0200 |
commit | f6aebefcc9747bf5afad3767e9ae6f9f3aba30ae (patch) | |
tree | fa48f9ee7b5ae7e9b93df8146ede7a8536262fb2 /doc/book/design/benchmarks | |
parent | 89b8087ba81c508ba382aa6c9cb6bb3afa6a43c8 (diff) | |
download | garage-f6aebefcc9747bf5afad3767e9ae6f9f3aba30ae.tar.gz garage-f6aebefcc9747bf5afad3767e9ae6f9f3aba30ae.zip |
Some work on documentation towards v0.8
Diffstat (limited to 'doc/book/design/benchmarks')
-rw-r--r-- | doc/book/design/benchmarks/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/design/benchmarks/index.md b/doc/book/design/benchmarks/index.md index c2215a4a..79cc5d62 100644 --- a/doc/book/design/benchmarks/index.md +++ b/doc/book/design/benchmarks/index.md @@ -1,6 +1,6 @@ +++ title = "Benchmarks" -weight = 10 +weight = 40 +++ With Garage, we wanted to build a software defined storage service that follow the [KISS principle](https://en.wikipedia.org/wiki/KISS_principle), |