We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b122d commit aa0b516Copy full SHA for aa0b516
collector/benchmarks/README.md
@@ -197,6 +197,9 @@ Rust code being written today.
197
- Add the new entry to `collector/benchmarks/README.md`.
198
- `git add` the `Cargo.lock` file, if it's not already part of the
199
benchmark's committed code.
200
+ - If the benchmark has a `.gitignore` file that contains `Cargo.lock`,
201
+ you'll need to comment out that line so that `Cargo.lock` gets uploaded
202
+ in the PR.
203
- Consider the benchmarking time for the benchmark.
204
- First, measure the entire compilation time with something like this, by
205
doing this within the benchmark directory is good:
0 commit comments