mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 15:25:00 -04:00
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:
parent
f33cc647ed
commit
b278b76df5
16 changed files with 330 additions and 71 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue