Skip to content

Remove clap-rs #1235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2022
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
8 changes: 3 additions & 5 deletions collector/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ They mostly consist of real-world crates.
one in the Rust ecosystem.
- **clap-3.1.6**: A command line argument parser. A crate used by many Rust
programs.
- **image-0.24.1**: Basic image processing functions and methods for
converting to and from various image formats. Used often in graphics
programming.
- **clap-rs**: A command line argument parser. A crate used by many Rust
programs.
- **cranelift-codegen**: The largest crate from a code generator. Used by
Firefox.
- **cranelift-codegen-0.82.1**: The largest crate from a code generator. Used by
Expand All @@ -36,6 +31,9 @@ They mostly consist of real-world crates.
- **html5ever**: An HTML parser. Stresses macro parsing code significantly.
- **hyper-2**: A fairly large crate. Utilizes async/await, and used by
many Rust programs.
- **image-0.24.1**: Basic image processing functions and methods for
converting to and from various image formats. Used often in graphics
programming.
- **piston-image**: A modular game engine. An interesting Rust program.
- **regex-1.5.5**: A regular expression parser. Used by many Rust programs.
- **ripgrep**: A line-oriented search tool. A widely-used utility.
Expand Down
17 changes: 0 additions & 17 deletions collector/benchmarks/clap-rs/.appveyor.yml

This file was deleted.

13 changes: 0 additions & 13 deletions collector/benchmarks/clap-rs/.clog.toml

This file was deleted.

23 changes: 0 additions & 23 deletions collector/benchmarks/clap-rs/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions collector/benchmarks/clap-rs/.mention-bot

This file was deleted.

58 changes: 0 additions & 58 deletions collector/benchmarks/clap-rs/.travis.yml

This file was deleted.

12 changes: 0 additions & 12 deletions collector/benchmarks/clap-rs/0-println.patch

This file was deleted.

Loading