Skip to content

Remove bitmaps-3.1.0 benchmark #2075

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 1 commit into from
Apr 22, 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions collector/compile-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ There are three categories of compile-time benchmarks, **Primary**, **Secondary*
These are real programs that are important in some way, and worth tracking.
They mostly consist of real-world crates.

- **bitmaps-3.1.0**: 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.
- **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.
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 @@ -17,11 +17,6 @@ path = "await-call-tree/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "bitmaps-3.1.0/**"
SPDX-License-Identifier = "MPL-2.0"
SPDX-FileCopyrightText = "Bodil Stokke"

[[annotations]]
path = "bitmaps-3.2.1/**"
SPDX-License-Identifier = "MPL-2.0"
Expand Down

This file was deleted.

11 changes: 0 additions & 11 deletions collector/compile-benchmarks/bitmaps-3.1.0/.github/dependabot.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions collector/compile-benchmarks/bitmaps-3.1.0/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions collector/compile-benchmarks/bitmaps-3.1.0/0-println.patch

This file was deleted.

59 changes: 0 additions & 59 deletions collector/compile-benchmarks/bitmaps-3.1.0/CHANGELOG.md

This file was deleted.

73 changes: 0 additions & 73 deletions collector/compile-benchmarks/bitmaps-3.1.0/CODE_OF_CONDUCT.md

This file was deleted.

Loading
Loading