docs: add vault benchmark (#2271)

* Refactor benchmark structure
* Add vault-benchmark section
* update 2.10 docs

Co-authored-by: Otto Bittner <cobittner@posteo.net>
Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
This commit is contained in:
Moritz Eckert 2023-08-24 15:52:05 +02:00 committed by GitHub
parent f33cc647ed
commit b278b76df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 330 additions and 71 deletions

View file

@ -51,9 +51,21 @@ const sidebars = {
id: 'overview/clouds',
},
{
type: 'doc',
type: 'category',
label: 'Performance',
id: 'overview/performance',
link: { type: 'doc', id: 'overview/performance/performance' },
items: [
{
type: 'doc',
label: 'I/O benchmarks',
id: 'overview/performance/io',
},
{
type: 'doc',
label: 'Application benchmarks',
id: 'overview/performance/application',
},
]
},
{
type: 'doc',