Skip to content

Commit 7a2d69c

Browse files
authored
Merge pull request #2076 from Kobzol/remove-html5ever-0.26.0
Remove html5ever-0.26.0 benchmark
2 parents 27ebcac + e65d329 commit 7a2d69c

39 files changed

+0
-9114
lines changed

collector/compile-benchmarks/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ They mostly consist of real-world crates.
3434
- **exa-0.10.1**: An `ls` replacement. A widely-used utility, and a binary
3535
crate.
3636
- **helloworld**: A trivial program. Gives a lower bound on compile time.
37-
- **html5ever-0.26.0**: An HTML parser. Stresses macro parsing code.
3837
- **html5ever-0.31.0**: An HTML parser. Stresses macro parsing code.
3938
- **hyper-0.14.18**: A fairly large crate. Utilizes async/await, and used by
4039
many Rust programs. The crate uses cargo features to enable large portions of its

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ SPDX-FileCopyrightText = [
115115
]
116116
SPDX-License-Identifier = "MIT OR Apache-2.0"
117117

118-
[[annotations]]
119-
path = "html5ever-0.26.0/**"
120-
SPDX-FileCopyrightText = "The html5ever Project Developers"
121-
SPDX-License-Identifier = "MIT OR Apache-2.0"
122-
123118
[[annotations]]
124119
path = "html5ever-0.31.0/**"
125120
SPDX-FileCopyrightText = "The html5ever Project Developers"

collector/compile-benchmarks/html5ever-0.26.0/.cargo_vcs_info.json

-6
This file was deleted.

collector/compile-benchmarks/html5ever-0.26.0/0-println.patch

-13
This file was deleted.

0 commit comments

Comments
 (0)