Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(witness_vector_generator): Make it possible to run multiple wvg …
…instances in one binary (#2493) ## What ❔ WVG is single-threaded, so running one "job" per binary is a waste (kind of). Also, it's not very convenient when developing locally. This PR adds a `--threads` CLI parameter which can be used to manipulate how much WVG jobs will be launched. ## Why ❔ Efficiency & convenience ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`.
- Loading branch information