seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
593 stars 115 forks source link

perf: cibench workflow #179

Closed AaronO closed 2 months ago

AaronO commented 2 months ago

First pass at adding benchmarks in CI. Covers matrix of key archs and SIMD extensions. Outputs delta against main with critcmp (with 5% noise threshold).

Future improvements

Notes