Skip to content

Commit aa0b516

Browse files
committed
Document a corner case.
1 parent c6b122d commit aa0b516

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

collector/benchmarks/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ Rust code being written today.
197197
- Add the new entry to `collector/benchmarks/README.md`.
198198
- `git add` the `Cargo.lock` file, if it's not already part of the
199199
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.
200203
- Consider the benchmarking time for the benchmark.
201204
- First, measure the entire compilation time with something like this, by
202205
doing this within the benchmark directory is good:

0 commit comments

Comments
 (0)