Skip to content

enhancement #29

Description

@edouardmisset

Depends on: #23

What to build

Add validation that each workspace provides a fixtures.ts with the required FixtureFactory interface. Benchmark startup fails with clear error if any workspace is missing it.

Acceptance criteria

  • On deno task bench startup, scan each workspace for fixtures.ts
  • Load and validate FixtureFactory interface: { small(), medium(), large() }
  • Fail with error message if any workspace is missing fixtures.ts
  • Error message lists affected workspaces and expected file path
  • Prevents silent gaps in benchmark coverage

Out of scope

  • Automatic fixture generation

Metadata

Metadata

Assignees

No one assigned

    Labels

    ready-for-agentFully specified, ready for an AFK agent

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions