File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
collector/compile-benchmarks Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,13 @@ Rust code being written today.
206206 --id Test --profiles=Check --scenarios=IncrPatched
207207 --include=$NEW_BENCHMARK`
208208 - Add the new entry to ` collector/compile-benchmarks/README.md ` .
209+ - Add a new licensing entry to ` collector/compile-benchmarks/REUSE.toml ` (see existing entries
210+ for inspiration).
211+ - If the benchmark is artificial, use the ` MIT OR Apache-2.0 ` license and set Rust Project
212+ developers as the copyright owners (see e.g. ` await-call-tree ` as an example).
213+ - If the benchmark is a third-party crate, make sure to use its license. Try to find the
214+ copyright owner in the crate's ` COPYRIGHT ` or ` README ` files. If you cannot find it, consider
215+ using the copyright owner ` <crate-name> contributors ` .
209216 - ` git add ` the ` Cargo.lock ` file, if it's not already part of the
210217 benchmark's committed code.
211218 - If the benchmark has a ` .gitignore ` file that contains ` Cargo.lock ` ,
You can’t perform that action at this time.
0 commit comments