Skip to content

Commit ff0dbe1

Browse files
authored
Merge pull request #2102 from Kobzol/remove-clap-3.1.6
Remove `clap-3.1.6` benchmark
2 parents d267138 + 657b7f3 commit ff0dbe1

File tree

121 files changed

+0
-32863
lines changed

Some content is hidden

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

121 files changed

+0
-32863
lines changed

collector/compile-benchmarks/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ They mostly consist of real-world crates.
2020
`N` value from 1 to 1024.
2121
- **cargo-0.87.1**: The Rust package manager. A large program, and an important
2222
part of the Rust ecosystem.
23-
- **clap-3.1.6**: A command line argument parser library. A crate used by many Rust programs.
2423
- **clap_derive-4.5.32**: The proc macro sub-crate of a command line argument parser library that is used by many Rust programs.
2524
- **cranelift-codegen-0.119.0**: The largest crate from a code generator. Used by wasmtime. Stresses obligation processing.
2625
- **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.

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ path = "cargo-0.87.1/**"
2727
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
2828
SPDX-License-Identifier = "MIT OR Apache-2.0"
2929

30-
[[annotations]]
31-
path = "clap-3.1.6/**"
32-
SPDX-FileCopyrightText = "clap contributors"
33-
SPDX-License-Identifier = "MIT OR Apache-2.0"
34-
3530
[[annotations]]
3631
path = "clap_derive-4.5.32/**"
3732
SPDX-FileCopyrightText = "clap contributors"

collector/compile-benchmarks/clap-3.1.6/.cargo_vcs_info.json

-6
This file was deleted.

collector/compile-benchmarks/clap-3.1.6/0-println.patch

-13
This file was deleted.

0 commit comments

Comments
 (0)