Skip to content

Commit 17f2551

Browse files
authored
Merge pull request #2103 from Kobzol/remove-exa-0.10.1
Remove `exa-0.10.1` benchmark
2 parents ff0dbe1 + 8c53727 commit 17f2551

File tree

246 files changed

+0
-16195
lines changed

Some content is hidden

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

246 files changed

+0
-16195
lines changed

collector/compile-benchmarks/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ They mostly consist of real-world crates.
2323
- **clap_derive-4.5.32**: The proc macro sub-crate of a command line argument parser library that is used by many Rust programs.
2424
- **cranelift-codegen-0.119.0**: The largest crate from a code generator. Used by wasmtime. Stresses obligation processing.
2525
- **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.
26-
- **exa-0.10.1**: An `ls` replacement. A widely-used utility, and a binary crate.
2726
- **eza-0.21.2**: An `ls` replacement. A widely-used utility, and a binary crate. Fork of `exa`.
2827
- **helloworld**: A trivial program. Gives a lower bound on compile time.
2928
- **html5ever-0.31.0**: An HTML parser. Stresses macro parsing code.

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ path = "encoding/**"
7272
SPDX-FileCopyrightText = "encoding contributors"
7373
SPDX-License-Identifier = "MIT"
7474

75-
[[annotations]]
76-
path = "exa-0.10.1/**"
77-
SPDX-FileCopyrightText = "exa contributors"
78-
SPDX-License-Identifier = "MIT"
79-
8075
[[annotations]]
8176
path = "eza-0.21.2/**"
8277
SPDX-FileCopyrightText = "Christina Sørensen, eza contributors"

collector/compile-benchmarks/exa-0.10.1/.github/FUNDING.yml

-1
This file was deleted.

collector/compile-benchmarks/exa-0.10.1/.github/ISSUE_TEMPLATE/bug_report.md

-14
This file was deleted.

collector/compile-benchmarks/exa-0.10.1/.github/ISSUE_TEMPLATE/compilation_error.md

-15
This file was deleted.

collector/compile-benchmarks/exa-0.10.1/.github/ISSUE_TEMPLATE/config.yml

-1
This file was deleted.

collector/compile-benchmarks/exa-0.10.1/.github/ISSUE_TEMPLATE/feature_request.md

-4
This file was deleted.

collector/compile-benchmarks/exa-0.10.1/.github/ISSUE_TEMPLATE/question.md

-4
This file was deleted.

collector/compile-benchmarks/exa-0.10.1/.gitignore

-21
This file was deleted.

collector/compile-benchmarks/exa-0.10.1/.rustfmt.toml

-1
This file was deleted.

collector/compile-benchmarks/exa-0.10.1/.travis.yml

-19
This file was deleted.

collector/compile-benchmarks/exa-0.10.1/0-printlns.patch

-37
This file was deleted.

0 commit comments

Comments
 (0)