Run tests/rustdoc-json/attrs/target_features on all hosts.#143617
Run tests/rustdoc-json/attrs/target_features on all hosts.#143617bors merged 1 commit intorust-lang:masterfrom
tests/rustdoc-json/attrs/target_features on all hosts.#143617Conversation
Makes it more convenient to test rustdoc on non x86_64. I mainly care about the aarch64 dev-desktops. This works because rustdoc uses all target features, not just that of the target.
|
rustbot has assigned @Mark-Simulacrum. Use |
|
These commits modify Please ensure that if you've changed the output:
|
|
I don't think PR CI will test this, but it does work: |
|
@bors r+ rollup=iffy |
|
Ah I thought this wouldn't work, that's why I added this, thanks for the fix! |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 0fb279b (parent) -> 7e310f4 (this PR) Test differencesShow 3 test diffsStage 2
Additionally, 2 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 7e310f4b9a3f166d833ed09cf1d1ff96ab84b72c --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (7e310f4): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 2.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 6.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 490.115s -> 465.776s (-4.97%) |
Makes it more convenient to test rustdoc on non x86_64. I mainly care about the aarch64 dev-desktops.
This works because rustdoc uses all target features, not just that of the target.