mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
ci: have eval.full return the report as displayed in CI
Update the README.md to document what gets returned.
We might in the future split these up into other attrsets but I don't see a usecase for that at the moment.
(cherry picked from commit 07916fc3fd)
This commit is contained in:
committed by
github-actions[bot]
parent
f11c2a7b61
commit
2fbedb9402
@@ -43,3 +43,6 @@ nix-build ci -A eval.full --arg baseline $BASELINE
|
||||
```
|
||||
|
||||
Keep in mind to otherwise pass the same set of arguments for both commands (`evalSystems`, `quickTest`, `chunkSize`).
|
||||
Running this command will evaluate the difference between the baseline statistics and the ones at the time of running the command.
|
||||
From that difference, it will produce a human-readable report in `$out/step-summary.md`.
|
||||
If no packages were added or removed, then performance statistics will also be generated as part of this report.
|
||||
|
||||
Reference in New Issue
Block a user