Skip to content

Commit 3279605

Browse files
authored
Merge pull request #2107 from nnethercote/rm-unicode
Remove `unicode-normalization-0.1.19` benchmark
2 parents bb504c1 + 901be06 commit 3279605

29 files changed

+0
-28673
lines changed

collector/compile-benchmarks/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ They mostly consist of real-world crates.
6565
ecosystem.
6666
- **typenum-1.18.0**: A library that encodes integer computation within the trait system. Serves as
6767
a stress test for the trait solver, but at the same time it is also a very popular crate.
68-
- **unicode-normalization-0.1.19**: Unicode character composition and decomposition
69-
utilities. Uses huge `match` statements that stress the compiler in unusual
70-
ways.
7168
- **unicode-normalization-0.1.24**: Unicode character composition and decomposition
7269
utilities. Uses huge `match` statements that stress the compiler in unusual
7370
ways.

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,6 @@ path = "ucd/**"
304304
SPDX-FileCopyrightText = "ucd contributors"
305305
SPDX-License-Identifier = "MIT OR Unicode-DFS-2016"
306306

307-
[[annotations]]
308-
path = "unicode-normalization-0.1.19/**"
309-
SPDX-FileCopyrightText = "unicode-normalization contributors"
310-
SPDX-License-Identifier = "MIT OR Apache-2.0"
311-
312307
[[annotations]]
313308
path = "unicode-normalization-0.1.24/**"
314309
SPDX-FileCopyrightText = "unicode-normalization contributors"

collector/compile-benchmarks/unicode-normalization-0.1.19/.cargo_vcs_info.json

-5
This file was deleted.

collector/compile-benchmarks/unicode-normalization-0.1.19/.github/workflows/rust.yml

-39
This file was deleted.

collector/compile-benchmarks/unicode-normalization-0.1.19/.travis.yml

-17
This file was deleted.

collector/compile-benchmarks/unicode-normalization-0.1.19/0-println.patch

-12
This file was deleted.

collector/compile-benchmarks/unicode-normalization-0.1.19/COPYRIGHT

-7
This file was deleted.

collector/compile-benchmarks/unicode-normalization-0.1.19/Cargo.lock

-25
This file was deleted.

collector/compile-benchmarks/unicode-normalization-0.1.19/Cargo.toml

-34
This file was deleted.

collector/compile-benchmarks/unicode-normalization-0.1.19/Cargo.toml.orig

-32
This file was deleted.

0 commit comments

Comments
 (0)