Skip to content

Commit

Permalink
Validator should log validation concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Dec 18, 2024
1 parent 224de81 commit f543dc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/api/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ export async function runSpecs(
const concurrent = 1;
const batches = Math.ceil(invokers.length / concurrent);

console.log('validating concurrently ' + concurrent);

for (var i = 0; i < batches; i++) {
const proms = [];
for (const inv of invokers.slice(
Expand Down

0 comments on commit f543dc8

Please sign in to comment.