Skip to content

Commit 42ef6c7

Browse files
committed
Remove deeply-nested{,-async,-closures}.
They have been superseded by `deeply-nested-multi`.
1 parent 9dbda1d commit 42ef6c7

File tree

13 files changed

+0
-180
lines changed

13 files changed

+0
-180
lines changed

collector/benchmarks/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ compiler in interesting ways.
6666
caused [poor performance](https://github.com/rust-lang/rust/issues/32278) in
6767
the past.
6868
- **ctfe-stress-4**: A stress test for compile-time function evaluation.
69-
- **deeply-nested**: A small program that caused [exponential
70-
behavior](https://github.com/rust-lang/rust/issues/38528) in the past.
71-
- **deeply-nested-async**: Another small program that caused [exponential
72-
behavior](https://github.com/rust-lang/rust/issues/75992) in the past.
73-
- **deeply-nested-closures**: A small program that caused [exponential
74-
behavior](https://github.com/rust-lang/rust/issues/72408) in the past.
7569
- **deeply-nested-multi**: A small program containing multiple examples
7670
([one](https://github.com/rust-lang/rust/issues/38528),
7771
[two](https://github.com/rust-lang/rust/issues/72408),

collector/benchmarks/deeply-nested-async/Cargo.lock

Lines changed: 0 additions & 5 deletions
This file was deleted.

collector/benchmarks/deeply-nested-async/Cargo.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

collector/benchmarks/deeply-nested-async/perf-config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

collector/benchmarks/deeply-nested-async/src/lib.rs

Lines changed: 0 additions & 53 deletions
This file was deleted.

collector/benchmarks/deeply-nested-closures/Cargo.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.

collector/benchmarks/deeply-nested-closures/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

collector/benchmarks/deeply-nested-closures/perf-config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

collector/benchmarks/deeply-nested-closures/src/lib.rs

Lines changed: 0 additions & 44 deletions
This file was deleted.

collector/benchmarks/deeply-nested/Cargo.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.

collector/benchmarks/deeply-nested/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

collector/benchmarks/deeply-nested/perf-config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

collector/benchmarks/deeply-nested/src/lib.rs

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)