about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/path-end-empty.js
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-03-03 10:40:59 +0100
committerGitHub <noreply@github.com>2025-03-03 10:40:59 +0100
commit7dd586844a3f39b6c8cb9178eb69b98654fa8076 (patch)
treea7e2ec5e95adede8eec0eecf574b6eb963b0efe0 /tests/rustdoc-js-std/path-end-empty.js
parentb0bf3d561fe76280c108ddd2daac54ed98870e93 (diff)
parent7603e0104a0003a232645fb6c50d63652cbe5b59 (diff)
downloadrust-7dd586844a3f39b6c8cb9178eb69b98654fa8076.tar.gz
rust-7dd586844a3f39b6c8cb9178eb69b98654fa8076.zip
Rollup merge of #137525 - tgross35:test-float-parse-less-parallelization, r=Mark-Simulacrum
Simplify parallelization in test-float-parse

Currently, test case generators are launched in parallel and their test cases also run in parallel, all within the same pool. I originally implemented this with the assumption that there would be an advantage in parallelizing the generators themselves, but this turns out to not really have any benefit.

Simplify things by running generators in series while keeping their test cases parallelized. This makes the code easier to follow, and there is no longer a need for MPSC or multiprogress bars. Additionally, the UI output can be made cleaner.
Diffstat (limited to 'tests/rustdoc-js-std/path-end-empty.js')
0 files changed, 0 insertions, 0 deletions