Skip to content

Commit 44c2257

Browse files
rylevMark-Simulacrum
authored andcommitted
Add benchmark for rust-lang/rust issue 58319
1 parent 3550edb commit 44c2257

File tree

4 files changed

+636
-0
lines changed

4 files changed

+636
-0
lines changed

collector/benchmarks/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ programs.
7777
the past.
7878
- **issue-46449**: A small program that caused [poor
7979
performance](https://github.com/rust-lang/rust/issues/46449) in the past.
80+
- **issue-58319**: A small program that caused [poor
81+
performance](https://github.com/rust-lang/rust/issues/58319) in the past.
8082
- **regression-31157**: A small program that caused a [large performance
8183
regression](https://github.com/rust-lang/rust/issues/31157) from the past.
8284
- **token-stream-stress**: Constructs a long token stream much like the `quote`

collector/benchmarks/issue-58319/Cargo.lock

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "issue-58319"
3+
version = "0.1.0"
4+
authors = ["rylevick"]
5+
edition = "2018"
6+
7+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8+
9+
[dependencies]

0 commit comments

Comments
 (0)