pub fn auto_detect_cases(
project_root: &ProjectRoot,
registry: &ExtractorRegistry,
resolvers: &ResolverRegistry,
) -> Vec<BenchCase>Expand description
Auto-generate benchmark cases by scanning the project.
- Scan for test files → extract-vs-cat case
- Try other extractors (express, react, go-http, go-test) → extract-vs-cat case
Users can add comparison commands (grep, ast-grep, etc.) via --baseline or
.config/aql.bench <baseline type="command" .../> entries.