Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion collector/compile-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ They mostly consist of real-world crates.
- **clap_derive-4.5.32**: The proc macro sub-crate of a command line argument parser library that is used by many Rust programs.
- **cranelift-codegen-0.119.0**: The largest crate from a code generator. Used by wasmtime. Stresses obligation processing.
- **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.
- **exa-0.10.1**: An `ls` replacement. A widely-used utility, and a binary crate.
- **eza-0.21.2**: An `ls` replacement. A widely-used utility, and a binary crate. Fork of `exa`.
- **helloworld**: A trivial program. Gives a lower bound on compile time.
- **html5ever-0.31.0**: An HTML parser. Stresses macro parsing code.
Expand Down
5 changes: 0 additions & 5 deletions collector/compile-benchmarks/REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ path = "encoding/**"
SPDX-FileCopyrightText = "encoding contributors"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "exa-0.10.1/**"
SPDX-FileCopyrightText = "exa contributors"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "eza-0.21.2/**"
SPDX-FileCopyrightText = "Christina Sørensen, eza contributors"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions collector/compile-benchmarks/exa-0.10.1/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion collector/compile-benchmarks/exa-0.10.1/.rustfmt.toml

This file was deleted.

19 changes: 0 additions & 19 deletions collector/compile-benchmarks/exa-0.10.1/.travis.yml

This file was deleted.

37 changes: 0 additions & 37 deletions collector/compile-benchmarks/exa-0.10.1/0-printlns.patch

This file was deleted.

Loading
Loading