Skip to content

Commit 5a8ae08

Browse files
authored
Merge pull request #1210 from nnethercote/rm-deeply-nested-old
Remove `deeply-nested{,-async,-closures}`.
2 parents f50761e + 42ef6c7 commit 5a8ae08

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
@@ -68,12 +68,6 @@ compiler in interesting ways.
6868
caused [poor performance](https://github.com/rust-lang/rust/issues/32278) in
6969
the past.
7070
- **ctfe-stress-4**: A stress test for compile-time function evaluation.
71-
- **deeply-nested**: A small program that caused [exponential
72-
behavior](https://github.com/rust-lang/rust/issues/38528) in the past.
73-
- **deeply-nested-async**: Another small program that caused [exponential
74-
behavior](https://github.com/rust-lang/rust/issues/75992) in the past.
75-
- **deeply-nested-closures**: A small program that caused [exponential
76-
behavior](https://github.com/rust-lang/rust/issues/72408) in the past.
7771
- **deeply-nested-multi**: A small program containing multiple examples
7872
([one](https://github.com/rust-lang/rust/issues/38528),
7973
[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)