Skip to content

Commit bcd6487

Browse files
committed
Remove ripgrep-13.0.0-tiny from README and REUSE
1 parent 5933f85 commit bcd6487

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
@@ -105,8 +105,6 @@ compiler in interesting ways.
105105
actix-web and other libraries with similarly nested type combinators.
106106
- **regression-31157**: A small program that caused a [large performance
107107
regression](https://github.com/rust-lang/rust/issues/31157) from the past.
108-
- **ripgrep-13.0.0-tiny**: A line-oriented search tool, optimized with flags that should reduce
109-
binary size.
110108
- **ripgrep-14.1.1-tiny**: A line-oriented search tool, optimized with flags
111109
that should reduce binary size.
112110
- **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
@@ -200,11 +200,6 @@ path = "ripgrep-13.0.0/**"
200200
SPDX-FileCopyrightText = "ripgrep contributors"
201201
SPDX-License-Identifier = "MIT OR Unlicense"
202202

203-
[[annotations]]
204-
path = "ripgrep-13.0.0-tiny/**"
205-
SPDX-FileCopyrightText = "ripgrep contributors"
206-
SPDX-License-Identifier = "MIT OR Unlicense"
207-
208203
[[annotations]]
209204
path = "ripgrep-14.1.1/**"
210205
SPDX-FileCopyrightText = "ripgrep contributors"

0 commit comments

Comments
 (0)