Runs reproducible synthetic benchmarks comparing baseline and exact fast paths for task PLS permutation and bootstrap workloads.
Arguments
- operations
Character vector containing
"bootstrap"and/or"permutation".- method
Task method to benchmark:
1L(rotated task PLS) or2L(non-rotated task PLS).- num_subj_lst
Balanced subject counts by group.
- num_cond
Number of conditions.
- n_features
Number of features/voxels.
- num_boot
Number of bootstrap samples for bootstrap benchmarks.
- num_perm
Number of permutation samples for permutation benchmarks.
- reps
Number of repeated timing runs per scenario.
- workers
Number of workers for the parallel fast-path scenario.
- seed
Random seed for synthetic data generation.