Skip to content

"Sub Test Plan Execution" review

Asger Iversen requested to merge 472-SubPlanExecution2-review into master

Builds on !735 (merged)

Closes #472 (closed)

Update (@romadsen-ks) Added a performance test for starting threads. It turns out the new version is much faster than the old due to delaying the creation of CancellationTokens. It turns out this is actually very slow and can only be done from one thread:

tap profile --threads --iterations 1000000 # this is the new version
Done executing 1000000 threads [2.12 s]

tap profile --threads --iterations 1000000 # This is the old version.
Done executing 1000000 threads [16.8 s]
Edited by Rolf Madsen

Merge request reports