Skip to content

Commit 4b20463

Browse files
authored
Merge pull request #2079 from Kobzol/remove-cargo-0.60.0
Remove cargo 0.60.0 benchmark
2 parents 7a2d69c + fe35787 commit 4b20463

File tree

562 files changed

+2
-205392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+2
-205392
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
#
115115
# We want the four parts to have similar runtimes.
116116
BENCH_INCLUDE_EXCLUDE_OPTS: [
117-
"--include cargo-0.60.0,cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
118-
"--exclude cargo-0.60.0,cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
117+
"--include cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
118+
"--exclude cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
119119
]
120120
PROFILES: [
121121
"Check,Debug,Doc",

collector/compile-benchmarks/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ They mostly consist of real-world crates.
1818
- **bitmaps-3.2.1**: A bitmaps implementation. Stresses the compiler's trait
1919
handling by implementing a trait `Bits` for the type `BitsImpl<N>` for every
2020
`N` value from 1 to 1024.
21-
- **cargo-0.60.0**: The Rust package manager. A large program, and an important
22-
part of the Rust ecosystem.
2321
- **cargo-0.87.1**: The Rust package manager. A large program, and an important
2422
part of the Rust ecosystem.
2523
- **clap-3.1.6**: A command line argument parser library. A crate used by many

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ path = "bitmaps-3.2.1/**"
2222
SPDX-License-Identifier = "MPL-2.0"
2323
SPDX-FileCopyrightText = "Bodil Stokke"
2424

25-
[[annotations]]
26-
path = "cargo-0.60.0/**"
27-
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
28-
SPDX-License-Identifier = "MIT OR Apache-2.0"
29-
3025
[[annotations]]
3126
path = "cargo-0.87.1/**"
3227
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"

collector/compile-benchmarks/cargo-0.60.0/0-println.patch

-12
This file was deleted.

collector/compile-benchmarks/cargo-0.60.0/CHANGELOG.md

-2,411
This file was deleted.

collector/compile-benchmarks/cargo-0.60.0/CONTRIBUTING.md

-5
This file was deleted.

0 commit comments

Comments
 (0)