Skip to content

Remove cargo 0.60.0 benchmark #2079

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 2 commits into from
Apr 25, 2025
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ jobs:
#
# We want the four parts to have similar runtimes.
BENCH_INCLUDE_EXCLUDE_OPTS: [
"--include cargo-0.60.0,cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
"--exclude cargo-0.60.0,cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
"--include cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
"--exclude cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
]
PROFILES: [
"Check,Debug,Doc",
Expand Down
2 changes: 0 additions & 2 deletions collector/compile-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ They mostly consist of real-world crates.
- **bitmaps-3.2.1**: A bitmaps implementation. Stresses the compiler's trait
handling by implementing a trait `Bits` for the type `BitsImpl<N>` for every
`N` value from 1 to 1024.
- **cargo-0.60.0**: The Rust package manager. A large program, and an important
part of the Rust ecosystem.
- **cargo-0.87.1**: The Rust package manager. A large program, and an important
part of the Rust ecosystem.
- **clap-3.1.6**: A command line argument parser library. A crate used by many
Expand Down
5 changes: 0 additions & 5 deletions collector/compile-benchmarks/REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ path = "bitmaps-3.2.1/**"
SPDX-License-Identifier = "MPL-2.0"
SPDX-FileCopyrightText = "Bodil Stokke"

[[annotations]]
path = "cargo-0.60.0/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"

[[annotations]]
path = "cargo-0.87.1/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
Expand Down
12 changes: 0 additions & 12 deletions collector/compile-benchmarks/cargo-0.60.0/0-println.patch

This file was deleted.

2,411 changes: 0 additions & 2,411 deletions collector/compile-benchmarks/cargo-0.60.0/CHANGELOG.md

This file was deleted.

5 changes: 0 additions & 5 deletions collector/compile-benchmarks/cargo-0.60.0/CONTRIBUTING.md

This file was deleted.

Loading
Loading