Use feature flag to enable evaluator intra-layer parallelism by nickrolfe · Pull Request #1817 · github/codeql-action (original) (raw)

@nickrolfe

Merge / deployment checklist

@nickrolfe

@nickrolfe

@nickrolfe nickrolfe marked this pull request as ready for review

July 31, 2023 09:09

angelapwen

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 nickrolfe deleted the nickrolfe/evaluator-intra-layer-parallelism-ff branch

July 31, 2023 10:03

henrymercer

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 }})