Commit d18d735
Ignacio Van Droogenbroeck
docs(release-notes): add end-to-end ingest bench to #467 entry
Real-world throughput numbers from a 30-second line-protocol bench:
4.1M → 4.63M rec/s (+12.9%), p50 2.41 → 2.14 ms, p99 8.85 → 8.46 ms.
Attribution: ParseLine microbench -41% × ~30% pipeline share predicts
+12% RPS, matches observed +12.9%. The win is the parser; latency
also benefits from -50% allocations per line (less GC pressure).1 parent 16848ac commit d18d735
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
790 | 800 | | |
791 | 801 | | |
792 | 802 | | |
0 commit comments