Skip to content

Remove deeply-nested{,-async,-closures}. #1210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions collector/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ compiler in interesting ways.
caused [poor performance](https://github.com/rust-lang/rust/issues/32278) in
the past.
- **ctfe-stress-4**: A stress test for compile-time function evaluation.
- **deeply-nested**: A small program that caused [exponential
behavior](https://github.com/rust-lang/rust/issues/38528) in the past.
- **deeply-nested-async**: Another small program that caused [exponential
behavior](https://github.com/rust-lang/rust/issues/75992) in the past.
- **deeply-nested-closures**: A small program that caused [exponential
behavior](https://github.com/rust-lang/rust/issues/72408) in the past.
- **deeply-nested-multi**: A small program containing multiple examples
([one](https://github.com/rust-lang/rust/issues/38528),
[two](https://github.com/rust-lang/rust/issues/72408),
Expand Down
5 changes: 0 additions & 5 deletions collector/benchmarks/deeply-nested-async/Cargo.lock

This file was deleted.

9 changes: 0 additions & 9 deletions collector/benchmarks/deeply-nested-async/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions collector/benchmarks/deeply-nested-async/perf-config.json

This file was deleted.

53 changes: 0 additions & 53 deletions collector/benchmarks/deeply-nested-async/src/lib.rs

This file was deleted.

6 changes: 0 additions & 6 deletions collector/benchmarks/deeply-nested-closures/Cargo.lock

This file was deleted.

8 changes: 0 additions & 8 deletions collector/benchmarks/deeply-nested-closures/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions collector/benchmarks/deeply-nested-closures/perf-config.json

This file was deleted.

44 changes: 0 additions & 44 deletions collector/benchmarks/deeply-nested-closures/src/lib.rs

This file was deleted.

6 changes: 0 additions & 6 deletions collector/benchmarks/deeply-nested/Cargo.lock

This file was deleted.

8 changes: 0 additions & 8 deletions collector/benchmarks/deeply-nested/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions collector/benchmarks/deeply-nested/perf-config.json

This file was deleted.

26 changes: 0 additions & 26 deletions collector/benchmarks/deeply-nested/src/lib.rs

This file was deleted.