Skip to content

Commit 8c53727

Browse files
committed
Remove exa-0.10.1 benchmark
1 parent 03ae573 commit 8c53727

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
@@ -24,7 +24,6 @@ They mostly consist of real-world crates.
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.
2525
- **cranelift-codegen-0.119.0**: The largest crate from a code generator. Used by wasmtime. Stresses obligation processing.
2626
- **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.
27-
- **exa-0.10.1**: An `ls` replacement. A widely-used utility, and a binary crate.
2827
- **eza-0.21.2**: An `ls` replacement. A widely-used utility, and a binary crate. Fork of `exa`.
2928
- **helloworld**: A trivial program. Gives a lower bound on compile time.
3029
- **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
@@ -77,11 +77,6 @@ path = "encoding/**"
7777
SPDX-FileCopyrightText = "encoding contributors"
7878
SPDX-License-Identifier = "MIT"
7979

80-
[[annotations]]
81-
path = "exa-0.10.1/**"
82-
SPDX-FileCopyrightText = "exa contributors"
83-
SPDX-License-Identifier = "MIT"
84-
8580
[[annotations]]
8681
path = "eza-0.21.2/**"
8782
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)