tree: 06bdcd1476773c773da765d20cae2fc929de4583 [path history] [tgz]
  1. src/
  2. 0-io-error-6144.patch
  3. 1-u32-3072.patch
  4. 2-u8-3072.patch
  5. 3-empty-3072.patch
  6. 4-static-str-6144.patch
  7. Cargo.lock
  8. Cargo.toml
  9. perf-config.json
  10. README.md
src/tools/rustc-perf/collector/compile-benchmarks/issue-46449/README.md

Performance test to track https://github.com/rust-lang/rust/issues/46449.

Patch1.22.11.23.0-beta.2Note
(baseline)Fast (~1s)Fast (~1s)Make the depedencies available. Should finish very quickly.
0-io-error-6144Fast (~1s)Slow (~16s)This is the reduced test case of the original bug report
1-u32-3072Slow (~21s)Fast (~1s)Length reduced to 3072 to avoid taking too much time.
2-u8-3072Slow (~21s)Fast (~1s)
3-empty-3072Slow (~20s)Slow (~27s)
4-static-str-6144Slow (~22s)Medium (~8s)Length increased back to 6144 as this is faster.