We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627c5e8 commit ab80d14Copy full SHA for ab80d14
collector/benchmarks/README.md
@@ -71,9 +71,7 @@ programs.
71
- **coercions**: Contains a static array with 65,536 string literals, which
72
caused [poor performance](https://github.com/rust-lang/rust/issues/32278) in
73
the past.
74
-- **ctfe-stress-2**: A stress test for compile-time function evaluation.
75
-- **ctfe-stress-uninit**: A stress test for representation of values with
76
- uninitialized bytes in compile-time function evaluation.
+- **ctfe-stress-3**: A stress test for compile-time function evaluation.
77
- **deeply-nested**: A small program that caused [exponential
78
behavior](https://github.com/rust-lang/rust/issues/38528) in the past.
79
- **deep-vector**: A test containing a single large vector of zeroes, which
0 commit comments