Skip to content

Remove clap-3.1.6 benchmark #2102

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
May 5, 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
1 change: 0 additions & 1 deletion collector/compile-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ They mostly consist of real-world crates.
`N` value from 1 to 1024.
- **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 Rust programs.
- **clap_derive-4.5.32**: The proc macro sub-crate of a command line argument parser library that is used by many Rust programs.
- **cranelift-codegen-0.119.0**: The largest crate from a code generator. Used by wasmtime. Stresses obligation processing.
- **diesel-2.2:10**: A type-safe SQL query builder. Utilizes the type system to ensure a lot of invariants. Stresses anything related to resolving trait bounds, by having a lot of trait impls for a large number of different types.
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 @@ -27,11 +27,6 @@ path = "cargo-0.87.1/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"

[[annotations]]
path = "clap-3.1.6/**"
SPDX-FileCopyrightText = "clap contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"

[[annotations]]
path = "clap_derive-4.5.32/**"
SPDX-FileCopyrightText = "clap contributors"
Expand Down
6 changes: 0 additions & 6 deletions collector/compile-benchmarks/clap-3.1.6/.cargo_vcs_info.json

This file was deleted.

13 changes: 0 additions & 13 deletions collector/compile-benchmarks/clap-3.1.6/0-println.patch

This file was deleted.

Loading
Loading