Skip to content

Commit a7092f7

Browse files
committed
Remove ripgrep-13.0.0-tiny from README and REUSE
1 parent a123da2 commit a7092f7

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

collector/compile-benchmarks/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ compiler in interesting ways.
100100
actix-web and other libraries with similarly nested type combinators.
101101
- **regression-31157**: A small program that caused a [large performance
102102
regression](https://github.com/rust-lang/rust/issues/31157) from the past.
103-
- **ripgrep-13.0.0-tiny**: A line-oriented search tool, optimized with flags that should reduce
104-
binary size.
105103
- **ripgrep-14.1.1-tiny**: A line-oriented search tool, optimized with flags
106104
that should reduce binary size.
107105
- **token-stream-stress**: A proc-macro crate. Constructs a long token stream

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@ path = "regression-31157/**"
185185
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
186186
SPDX-License-Identifier = "MIT"
187187

188-
[[annotations]]
189-
path = "ripgrep-13.0.0-tiny/**"
190-
SPDX-FileCopyrightText = "ripgrep contributors"
191-
SPDX-License-Identifier = "MIT OR Unlicense"
192-
193188
[[annotations]]
194189
path = "ripgrep-14.1.1/**"
195190
SPDX-FileCopyrightText = "ripgrep contributors"

0 commit comments

Comments
 (0)