Skip to content

Commit bb504c1

Browse files
authored
Merge pull request #2108 from nnethercote/rm-typenum
Remove `typenum-1.17.0` benchmark
2 parents ee1a3d6 + 32e7bb2 commit bb504c1

31 files changed

+0
-16109
lines changed

collector/compile-benchmarks/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ They mostly consist of real-world crates.
6363
ecosystem.
6464
- **syn-2.0.101**: A library for parsing Rust code. An important part of the Rust
6565
ecosystem.
66-
- **typenum-1.17.0**: A library that encodes integer computation within the trait system. Serves as
67-
a stress test for the trait solver, but at the same time it is also a very popular crate.
6866
- **typenum-1.18.0**: A library that encodes integer computation within the trait system. Serves as
6967
a stress test for the trait solver, but at the same time it is also a very popular crate.
7068
- **unicode-normalization-0.1.19**: Unicode character composition and decomposition

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,6 @@ path = "tuple-stress/**"
294294
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
295295
SPDX-License-Identifier = "MIT"
296296

297-
[[annotations]]
298-
path = "typenum-1.17.0/**"
299-
SPDX-FileCopyrightText = "typenum contributors"
300-
SPDX-License-Identifier = "MIT OR Apache-2.0"
301-
302297
[[annotations]]
303298
path = "typenum-1.18.0/**"
304299
SPDX-FileCopyrightText = "typenum contributors"

collector/compile-benchmarks/typenum-1.17.0/.cargo_vcs_info.json

-6
This file was deleted.

collector/compile-benchmarks/typenum-1.17.0/.github/workflows/check.yml

-96
This file was deleted.

collector/compile-benchmarks/typenum-1.17.0/.github/workflows/publish.yml

-27
This file was deleted.

collector/compile-benchmarks/typenum-1.17.0/.gitignore

-5
This file was deleted.

collector/compile-benchmarks/typenum-1.17.0/0-add-fn.patch

-9
This file was deleted.

collector/compile-benchmarks/typenum-1.17.0/CHANGELOG.md

-117
This file was deleted.

0 commit comments

Comments
 (0)