Skip to content

Commit

Permalink
Add question
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Apr 23, 2024
1 parent ae6ff9b commit d776bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/benchmark/lib/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function globalSetup() {

const owner = await Container.get(UserRepository).createTestOwner();

await prepareWorkflows(owner);
await prepareWorkflows(owner); // @TODO: Load all here or as part of each benchmark's `beforeEach`?
}

/**
Expand Down

0 comments on commit d776bbe

Please sign in to comment.