Use feature flag to enable evaluator intra-layer parallelism
This commit is contained in:
parent
81ae676e79
commit
bc068d74aa
9 changed files with 33 additions and 6 deletions
|
|
@ -487,6 +487,7 @@ export async function runQueries(
|
|||
querySuitePath,
|
||||
queryFlags,
|
||||
optimizeForLastQueryRun,
|
||||
features,
|
||||
);
|
||||
|
||||
logger.debug(`BQRS results produced for ${language} (queries: ${type})"`);
|
||||
|
|
@ -521,6 +522,7 @@ export async function runQueries(
|
|||
querySuitePath,
|
||||
queryFlags,
|
||||
optimizeForLastQueryRun,
|
||||
features,
|
||||
);
|
||||
|
||||
return querySuitePath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue