Skip to content

Commit d776bbe

Browse files
committed
Add question
1 parent ae6ff9b commit d776bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/benchmark/lib/hooks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export async function globalSetup() {
9292

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

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

9898
/**

0 commit comments

Comments
 (0)