Skip to content

Commit 573d8c6

Browse files
authored
Merge pull request #2114 from nnethercote/rm-serde_derive
Remove `serde_derive-1.0.136` benchmark
2 parents 2644415 + 502e337 commit 573d8c6

30 files changed

+0
-9167
lines changed

collector/compile-benchmarks/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ They mostly consist of real-world crates.
4848
Rust programs.
4949
- **serde-1.0.219**: A serialization/deserialization crate. Used by many other
5050
Rust programs.
51-
- **serde_derive-1.0.136**: A proc-macro sub-crate used by `serde`. Used by
52-
many other Rust programs. Stresses declarative macro expansion somewhat.
5351
- **serde_derive-1.0.219**: A proc-macro sub-crate used by `serde`. Used by
5452
many other Rust programs. Stresses declarative macro expansion somewhat.
5553
- **stm32f4-0.15.1**: A crate that has many thousands of blanket impl blocks.

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,6 @@ path = "serde-1.0.219/**"
225225
SPDX-FileCopyrightText = "serde contributors"
226226
SPDX-License-Identifier = "MIT OR Apache-2.0"
227227

228-
[[annotations]]
229-
path = "serde_derive-1.0.136/**"
230-
SPDX-FileCopyrightText = "serde contributors"
231-
SPDX-License-Identifier = "MIT OR Apache-2.0"
232-
233228
[[annotations]]
234229
path = "serde_derive-1.0.219/**"
235230
SPDX-FileCopyrightText = "serde contributors"

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

-6
This file was deleted.

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

-13
This file was deleted.

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

-54
This file was deleted.

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

-46
This file was deleted.

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

-32
This file was deleted.

collector/compile-benchmarks/serde_derive-1.0.136/LICENSE-APACHE

-201
This file was deleted.

0 commit comments

Comments
 (0)