Skip to content

Commit 283e70f

Browse files
authored
Merge pull request #1211 from nnethercote/rm-cargo-old
Remove `cargo`
2 parents 5a8ae08 + ca3e737 commit 283e70f

File tree

287 files changed

+4
-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.

287 files changed

+4
-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-0.60.0/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,5 @@ features = [
232232
"wincon",
233233
"winnt",
234234
]
235+
236+
[workspace]

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)