Initial commit

This commit is contained in:
2026-01-25 15:51:35 +02:00
commit bb0a195e73
11 changed files with 410 additions and 0 deletions

25
docs/results-template.md Normal file
View File

@@ -0,0 +1,25 @@
# Results template
## Summary (per mode)
- Environment:
- Commit:
- Rust:
- Kernel:
- VPS type(s):
- Network profile:
## Handshake latency (ms)
| Mode | Concurrency | p50 | p95 | p99 | mean |
|------|-------------|-----|-----|-----|------|
| X25519 | 1 | | | | |
| X25519MLKEM768 | 1 | | | | |
## TTLB (ms) by payload
| Payload | Mode | Concurrency | p50 | p95 | p99 |
|---------|------|-------------|-----|-----|-----|
| 1 KB | X25519 | 1 | | | |
| 1 KB | X25519MLKEM768 | 1 | | | |
...