Skip to content

Commit 62ba83c

Browse files
committed
Remove cargo.
It has been superseded by `cargo-0.60.0`.
1 parent 5a8ae08 commit 62ba83c

File tree

286 files changed

+2
-106068
lines changed

Some content is hidden

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

286 files changed

+2
-106068
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
strategy:
6565
matrix:
6666
BENCH_INCLUDE_EXCLUDE_OPTS: [
67-
"--exclude webrender-wrench,cargo,cargo-0.60.0",
68-
"--include webrender-wrench,cargo,cargo-0.60.0",
67+
"--exclude webrender-wrench,cargo-0.60.0",
68+
"--include webrender-wrench,cargo-0.60.0",
6969
]
7070
PROFILES: [
7171
"Check,Doc,Debug",

collector/benchmarks/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ There are three categories of benchmarks, **Primary**, **Secondary**, and
1515
These are real programs that are important in some way, and worth tracking.
1616
They mostly consist of real-world crates.
1717

18-
- **cargo**: The Rust package manager. An important program in the Rust
19-
ecosystem.
2018
- **cargo-0.60.0**: The Rust package manager. A large program, and an important
2119
one in the Rust ecosystem.
2220
- **clap-rs**: A command line argument parser. A crate used by many Rust

collector/benchmarks/cargo/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

collector/benchmarks/cargo/.travis.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

collector/benchmarks/cargo/0-println.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

collector/benchmarks/cargo/ARCHITECTURE.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)