Skip to content

Update perf runner details #1482

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion collector/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Rust Compiler Performance Benchmarking and Profiling

Hardware and software details of the machine that executes the CI details can be found
[here](perf-runner.md).
[here](../docs/perf-runner.md). A glossary of relevant terms can be found
[here](../docs/glossary.md).

## The benchmarks

Expand Down
9 changes: 5 additions & 4 deletions collector/perf-runner.md → docs/perf-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ The machine that actually executes the benchmarks in CI has the following config
- OS: Ubuntu `18.04`

## Configuration
### Turboboost
Enabled.
### HyperThreading & Turboboost
As of November 2022, both are disabled.

### HyperThreading
Enabled.
Prior to October 2022, both were enabled. During October 2022 some
[experimentation](https://github.com/rust-lang/rustc-perf/issues/1450) was done
which found that disabling both reduced variance significantly.

### CPU scaling
Scaling governor set to `performance`.
Expand Down