about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/return-specific.js
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2024-12-31 21:39:13 +0000
committerTrevor Gross <tmgross@umich.edu>2025-03-02 06:13:25 +0000
commit7603e0104a0003a232645fb6c50d63652cbe5b59 (patch)
tree36940ccc515ea21405f6fd6f67b8dd898fb45fd1 /tests/rustdoc-js-std/return-specific.js
parent9af8985e059071ea2e0566969a4f140eca73fca9 (diff)
downloadrust-7603e0104a0003a232645fb6c50d63652cbe5b59.tar.gz
rust-7603e0104a0003a232645fb6c50d63652cbe5b59.zip
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/return-specific.js')
0 files changed, 0 insertions, 0 deletions