Use feature flag to enable evaluator intra-layer parallelism by nickrolfe · Pull Request #1817 · github/codeql-action (original) (raw)
Merge / deployment checklist
- Confirm this change is backwards compatible with existing workflows.
- Confirm the readme has been updated if necessary.
- Confirm the changelog has been updated if necessary.
nickrolfe marked this pull request as ready for review
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 🎏
nickrolfe deleted the nickrolfe/evaluator-intra-layer-parallelism-ff branch
Comment on lines +783 to +790
| if ( |
|---|
| await features.getValue( |
| Feature.EvaluatorIntraLayerParallelismEnabled, |
| this, |
| ) |
| ) { |
| codeqlArgs.push("--intra-layer-parallelism"); |
| } |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah that's nice, thanks. I'll make a PR to do that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})