Skip to content

Remove syn-1.0.89 benchmark #2110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions collector/compile-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ They mostly consist of real-world crates.
- **stm32f4-0.14.0**: A crate that has many thousands of blanket impl blocks.
It uses cargo features to enable large portions of its structure and is
built with `--features=stm32f410` to have faster benchmarking times.
- **syn-1.0.89**: A library for parsing Rust code. An important part of the Rust
ecosystem.
- **syn-2.0.101**: A library for parsing Rust code. An important part of the Rust
ecosystem.
- **typenum-1.18.0**: A library that encodes integer computation within the trait system. Serves as
Expand Down
5 changes: 0 additions & 5 deletions collector/compile-benchmarks/REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,6 @@ path = "syn/**"
SPDX-FileCopyrightText = "syn contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"

[[annotations]]
path = "syn-1.0.89/**"
SPDX-FileCopyrightText = "syn contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"

[[annotations]]
path = "syn-2.0.101/**"
SPDX-FileCopyrightText = "syn contributors"
Expand Down
6 changes: 0 additions & 6 deletions collector/compile-benchmarks/syn-1.0.89/.cargo_vcs_info.json

This file was deleted.

12 changes: 0 additions & 12 deletions collector/compile-benchmarks/syn-1.0.89/0-println.patch

This file was deleted.

Loading
Loading