Skip to content

Commit 8b85a05

Browse files
authored
Merge pull request #2090 from Kobzol/remove-diesel-1.4.8
Remove `diesel-1.4.8` benchmark
2 parents 8fcf64c + 0a4dd7f commit 8b85a05

File tree

201 files changed

+0
-38091
lines changed

Some content is hidden

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

201 files changed

+0
-38091
lines changed

collector/compile-benchmarks/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ They mostly consist of real-world crates.
2525
- **cranelift-codegen-0.82.1**: The largest crate from a code generator. Used by
2626
wasmtime. Stresses obligation processing.
2727
- **cranelift-codegen-0.119.0**: The largest crate from a code generator. Used by wasmtime. Stresses obligation processing.
28-
- **diesel-1.4.8**: 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.
2928
- **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.
3029
- **exa-0.10.1**: An `ls` replacement. A widely-used utility, and a binary crate.
3130
- **eza-0.21.2**: An `ls` replacement. A widely-used utility, and a binary crate. Fork of `exa`.

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ path = "derive/**"
7272
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
7373
SPDX-License-Identifier = "MIT"
7474

75-
[[annotations]]
76-
path = "diesel-1.4.8/**"
77-
SPDX-FileCopyrightText = "diesel contributors"
78-
SPDX-License-Identifier = "MIT OR Apache-2.0"
79-
8075
[[annotations]]
8176
path = "diesel-2.2.10/**"
8277
SPDX-FileCopyrightText = "diesel contributors"

collector/compile-benchmarks/diesel-1.4.8/.cargo_vcs_info.json

-5
This file was deleted.

collector/compile-benchmarks/diesel-1.4.8/0-println.patch

-12
This file was deleted.

0 commit comments

Comments
 (0)