Add mermaid for rendering graphs and other diagrams

This commit is contained in:
Lol3rrr
2026-02-21 02:33:24 +01:00
parent 01afd2dd1c
commit b09c8f455c
4 changed files with 2875 additions and 0 deletions

View File

@@ -39,6 +39,14 @@ Setup the benchmark itself:
5. `mount /dev/rbd0 /mnt/bench`
## Benchmarks
{% mermaid() %}
xychart
title "Random Read"
x-axis "Block Size" ["4k", "8k", "4M", "8M"]
y-axis "IOPS" 0000 --> 5000
bar [0, 0, 0, 0]
{% end %}
## TODO
- Try directly on the block device