Skip to content

Commit 8fd89e0

Browse files
authored
Merge pull request #2089 from Kobzol/remove-cranelift-codegen-0.82.1
Remove `cranelift-codegen-0.82.1` benchmark
2 parents 8b85a05 + 94c0ac4 commit 8fd89e0

File tree

153 files changed

+0
-138471
lines changed

Some content is hidden

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

153 files changed

+0
-138471
lines changed

collector/compile-benchmarks/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ They mostly consist of real-world crates.
2222
part of the Rust ecosystem.
2323
- **clap-3.1.6**: A command line argument parser library. A crate used by many Rust programs.
2424
- **clap_derive-4.5.32**: The proc macro sub-crate of a command line argument parser library that is used by many Rust programs.
25-
- **cranelift-codegen-0.82.1**: The largest crate from a code generator. Used by
26-
wasmtime. Stresses obligation processing.
2725
- **cranelift-codegen-0.119.0**: The largest crate from a code generator. Used by wasmtime. Stresses obligation processing.
2826
- **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.
2927
- **exa-0.10.1**: An `ls` replacement. A widely-used utility, and a binary crate.

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ path = "coercions/**"
4242
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
4343
SPDX-License-Identifier = "MIT"
4444

45-
[[annotations]]
46-
path = "cranelift-codegen-0.82.1/**"
47-
SPDX-FileCopyrightText = "The Cranelift Project Developers"
48-
SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception"
49-
5045
[[annotations]]
5146
path = "cranelift-codegen-0.119.0/**"
5247
SPDX-FileCopyrightText = "The Cranelift Project Developers"

collector/compile-benchmarks/cranelift-codegen-0.82.1/.cargo_vcs_info.json

-6
This file was deleted.

collector/compile-benchmarks/cranelift-codegen-0.82.1/0-println.patch

-12
This file was deleted.

0 commit comments

Comments
 (0)