Skip to content

Commit e65d329

Browse files
committed
Remove html5ever-0.26.0 benchmark
It has been superseded by html5ever-0.31.0.
1 parent 168ad66 commit e65d329

39 files changed

+0
-9114
lines changed

collector/compile-benchmarks/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ They mostly consist of real-world crates.
3333
- **exa-0.10.1**: An `ls` replacement. A widely-used utility, and a binary
3434
crate.
3535
- **helloworld**: A trivial program. Gives a lower bound on compile time.
36-
- **html5ever-0.26.0**: An HTML parser. Stresses macro parsing code.
3736
- **html5ever-0.31.0**: An HTML parser. Stresses macro parsing code.
3837
- **hyper-0.14.18**: A fairly large crate. Utilizes async/await, and used by
3938
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
@@ -110,11 +110,6 @@ SPDX-FileCopyrightText = [
110110
]
111111
SPDX-License-Identifier = "MIT OR Apache-2.0"
112112

113-
[[annotations]]
114-
path = "html5ever-0.26.0/**"
115-
SPDX-FileCopyrightText = "The html5ever Project Developers"
116-
SPDX-License-Identifier = "MIT OR Apache-2.0"
117-
118113
[[annotations]]
119114
path = "html5ever-0.31.0/**"
120115
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)