diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 7861c8bc..9d91ad8f 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -18,6 +18,10 @@ - [Tokio Runtime](./tokio_runtime.md) - [Debug & Metrics](./debug.md) +# hotpath Diff + +- [Intro](./diff.md) + # More - [Prometheus & Grafana](./prometheus_grafana.md) diff --git a/docs/src/diff.md b/docs/src/diff.md new file mode 100644 index 00000000..3f7fe4f8 --- /dev/null +++ b/docs/src/diff.md @@ -0,0 +1,15 @@ +# hotpath Diff + +**Work in progress.** hotpath Diff is performance regression testing for Rust pull requests: it compares the report a pull request produced with the one its base branch produced, judges the difference under a per-repository policy and posts the verdict as a comment on the pull request. This page will document how to set it up; until then, the waitlist below is where to sign up for early access. + +
+

hotpath Diff - every Rust PR gets a performance review

+

Catch regressions in memory, SQL queries, HTTP calls and concurrency bottlenecks before they reach production. Iterate on reproducible signals, not CI noise.

+

hotpath Diff will also provide agents with clear performance constraints and help ensure that AI-built applications stay fast.

+ Hotpath Team commit timeline comparing duration, memory, HTTP and SQL metrics across commits, flagging a PR that introduced 171 new SQL calls +

Launching soon • Early access invitations will be sent to waitlist members first.

+
+ Join waitlist with GitHub +
+
+

Building in public. Follow development progress on X: @pawelurbanekcom