Skip to content

Commit 9f3947c

Browse files
authored
Merge pull request #2115 from nnethercote/rm-serde
Remove `serde-1.0.136` benchmark
2 parents 573d8c6 + ad312e2 commit 9f3947c

33 files changed

+0
-16228
lines changed

collector/compile-benchmarks/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ They mostly consist of real-world crates.
4444
binary crate.
4545
- **ripgrep-14.1.1**: A line-oriented search tool. A widely-used utility, and a
4646
binary crate.
47-
- **serde-1.0.136**: A serialization/deserialization crate. Used by many other
48-
Rust programs.
4947
- **serde-1.0.219**: A serialization/deserialization crate. Used by many other
5048
Rust programs.
5149
- **serde_derive-1.0.219**: A proc-macro sub-crate used by `serde`. Used by

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@ path = "ripgrep-14.1.1-tiny/**"
215215
SPDX-FileCopyrightText = "ripgrep contributors"
216216
SPDX-License-Identifier = "MIT OR Unlicense"
217217

218-
[[annotations]]
219-
path = "serde-1.0.136/**"
220-
SPDX-FileCopyrightText = "serde contributors"
221-
SPDX-License-Identifier = "MIT OR Apache-2.0"
222-
223218
[[annotations]]
224219
path = "serde-1.0.219/**"
225220
SPDX-FileCopyrightText = "serde contributors"

collector/compile-benchmarks/serde-1.0.136/.cargo_vcs_info.json

-6
This file was deleted.

collector/compile-benchmarks/serde-1.0.136/0-println.patch

-12
This file was deleted.

collector/compile-benchmarks/serde-1.0.136/Cargo.lock

-56
This file was deleted.

collector/compile-benchmarks/serde-1.0.136/Cargo.toml

-46
This file was deleted.

collector/compile-benchmarks/serde-1.0.136/Cargo.toml.orig

-56
This file was deleted.

0 commit comments

Comments
 (0)