Skip to content

Commit 168ad66

Browse files
authored
Merge pull request #2075 from Kobzol/remove-bitmaps-3.1.0
Remove bitmaps-3.1.0 benchmark
2 parents a86adc1 + 42cda71 commit 168ad66

18 files changed

+0
-3034
lines changed

collector/compile-benchmarks/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ There are three categories of compile-time benchmarks, **Primary**, **Secondary*
1515
These are real programs that are important in some way, and worth tracking.
1616
They mostly consist of real-world crates.
1717

18-
- **bitmaps-3.1.0**: A bitmaps implementation. Stresses the compiler's trait
19-
handling by implementing a trait `Bits` for the type `BitsImpl<N>` for every
20-
`N` value from 1 to 1024.
2118
- **bitmaps-3.2.1**: A bitmaps implementation. Stresses the compiler's trait
2219
handling by implementing a trait `Bits` for the type `BitsImpl<N>` for every
2320
`N` value from 1 to 1024.

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ path = "await-call-tree/**"
1717
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
1818
SPDX-License-Identifier = "MIT"
1919

20-
[[annotations]]
21-
path = "bitmaps-3.1.0/**"
22-
SPDX-License-Identifier = "MPL-2.0"
23-
SPDX-FileCopyrightText = "Bodil Stokke"
24-
2520
[[annotations]]
2621
path = "bitmaps-3.2.1/**"
2722
SPDX-License-Identifier = "MPL-2.0"

collector/compile-benchmarks/bitmaps-3.1.0/.cargo_vcs_info.json

-5
This file was deleted.

collector/compile-benchmarks/bitmaps-3.1.0/.github/dependabot.yml

-11
This file was deleted.

collector/compile-benchmarks/bitmaps-3.1.0/.github/workflows/ci.yml

-35
This file was deleted.

collector/compile-benchmarks/bitmaps-3.1.0/.gitignore

-3
This file was deleted.

collector/compile-benchmarks/bitmaps-3.1.0/0-println.patch

-12
This file was deleted.

collector/compile-benchmarks/bitmaps-3.1.0/CHANGELOG.md

-59
This file was deleted.

collector/compile-benchmarks/bitmaps-3.1.0/CODE_OF_CONDUCT.md

-73
This file was deleted.

0 commit comments

Comments
 (0)