Skip to content

Commit ab9b3a6

Browse files
author
Andreas Hindborg
committed
rnvme: add benchmark results for v6.12-rc2
1 parent dbf0f3f commit ab9b3a6

File tree

3 files changed

+4246
-0
lines changed

3 files changed

+4246
-0
lines changed

src/NVMe-driver.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,41 @@ The driver is not currently suitable for general use.
2424
[slides](https://lpc.events/event/16/contributions/1180/attachments/1017/1961/deck.pdf)
2525
and [video](https://lpc.events/event/16/contributions/1180/attachments/1017/2249/go)
2626

27+
## 6.12-rc2 Rebase Performance ([`rnvme-v6.12-rc2`](https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git/log/?h=rnvme-v6.12-rc2))
28+
29+
### Setup
30+
31+
- AMD Ryzen 5 7600
32+
- 32 GB 4800 MT/s DDR5 on one channel
33+
- 1x Samsung 990 Pro 1TB (PCIe 4.0 x4 16 GT/S)
34+
- NixOS 24.05
35+
36+
### Results
37+
38+
- 40 samples
39+
- Difference of means modeled with t-distribution
40+
- P95 confidence intervals
41+
42+
![](rnvme/nvme-v6.12-rc2-absolute.svg)
43+
44+
![](rnvme/nvme-v6.12-rc2-relative.svg)
45+
46+
The graph shows
47+
<math>
48+
<mfrac>
49+
<mrow>
50+
<mi>R</mi>
51+
<mo>-</mo>
52+
<mi>C</mi>
53+
</mrow>
54+
<mrow>
55+
<mi>C</mi>
56+
</mrow>
57+
</mfrac>
58+
</math>
59+
where C is IO/s for the C driver and R is IO/s for the Rust driver. Thus, negative
60+
means the C driver is faster while positive means the Rust driver is faster.
61+
2762
## 6.11 Rebase Performance ([`rnvme-v6.11`](https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git/log/?h=rnvme-v6.11))
2863

2964
### Setup

0 commit comments

Comments
 (0)