-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Using inspiration from the Lucene Nightly Benchmarks project by @mikemccand create per commit benchmarks for Nativelink using any C++ or Rust project and Bazel.
Use cases we want to benchmark include:
- build with remote cache only
- build with remote cache and execution
If you have other ideas of what you'd like to test, please include them. You can use our cloud service for this test, so you don't need to pay for any infrastructure and it is available at https://app.nativelink.com.
I've decided to update this issue with some bonafide requirements after it has proven difficult to get quality contributions.
First, the only change here should be adding a link in the CONTRIBUTING.md
to independent benchmarks.
Second, the code should mostly be a web app and it must be open source like the project referenced above.
QuiteDiam0nd