From d032d74c3a36205ce0d9454b24897d45a630d3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Pallar=C3=A9s?= Date: Sun, 4 May 2025 12:10:17 +0200 Subject: [PATCH] Add a reference to the nativelink benchmarks repository --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c595a81fb..6794b2a24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -478,3 +478,9 @@ nix run .#nativelinkCoverageForHost ``` The `result` symlink contains a webpage with the visualized report. + +## Independent benchmarks + +The third-party repository [skyrpex/nativelink-benchmarks](https://github.com/skyrpex/nativelink-benchmarks) is a project that gathers benchmarking data for every commit in NativeLink. + +You can view the benchmark data evolution over time at [https://nativelink-benchmarks.vercel.app/](https://nativelink-benchmarks.vercel.app/).