Skip to content

Commit df35651

Browse files
authored
Merge pull request #2110 from nnethercote/rm-syn
Remove `syn-1.0.89` benchmark
2 parents 148104d + 37cae90 commit df35651

Some content is hidden

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

102 files changed

+0
-58431
lines changed

collector/compile-benchmarks/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ They mostly consist of real-world crates.
6161
- **stm32f4-0.14.0**: A crate that has many thousands of blanket impl blocks.
6262
It uses cargo features to enable large portions of its structure and is
6363
built with `--features=stm32f410` to have faster benchmarking times.
64-
- **syn-1.0.89**: A library for parsing Rust code. An important part of the Rust
65-
ecosystem.
6664
- **syn-2.0.101**: A library for parsing Rust code. An important part of the Rust
6765
ecosystem.
6866
- **typenum-1.18.0**: A library that encodes integer computation within the trait system. Serves as

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ path = "syn/**"
265265
SPDX-FileCopyrightText = "syn contributors"
266266
SPDX-License-Identifier = "MIT OR Apache-2.0"
267267

268-
[[annotations]]
269-
path = "syn-1.0.89/**"
270-
SPDX-FileCopyrightText = "syn contributors"
271-
SPDX-License-Identifier = "MIT OR Apache-2.0"
272-
273268
[[annotations]]
274269
path = "syn-2.0.101/**"
275270
SPDX-FileCopyrightText = "syn contributors"

collector/compile-benchmarks/syn-1.0.89/.cargo_vcs_info.json

-6
This file was deleted.

collector/compile-benchmarks/syn-1.0.89/0-println.patch

-12
This file was deleted.

0 commit comments

Comments
 (0)