Skip to content
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

Disable Criterion's "plotters" feature #8487

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

jameysharp
Copy link
Contributor

This removes about a million lines from our estimated audit backlog according to cargo vet suggest.

If I understand the Criterion documentation correctly, I believe this means that generating HTML reports from Criterion benchmarks now requires having gnuplot installed, because it can't fall back to using the pure-Rust "plotters" crate.

This removes about a million lines from our estimated audit backlog
according to `cargo vet suggest`.

If I understand the Criterion documentation correctly, I believe this
means that generating HTML reports from Criterion benchmarks now
requires having gnuplot installed, because it can't fall back to using
the pure-Rust "plotters" crate.
@jameysharp jameysharp requested review from a team as code owners April 26, 2024 07:13
@jameysharp jameysharp requested review from cfallin and removed request for a team April 26, 2024 07:13
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Apr 26, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Apr 26, 2024
Merged via the queue into bytecodealliance:main with commit ededc4f Apr 26, 2024
21 checks passed
@jameysharp jameysharp deleted the cut-criterion-deps branch April 26, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants