# Orcawave Aqwa Benchmark Benchmark Suite Configuration

> Sub-skill of orcawave-aqwa-benchmark: Benchmark Suite Configuration (+1).

- Skill: `vamseeachanta/orcawave-aqwa-benchmark-benchmark-suite-configuration` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/orcawave-aqwa-benchmark-benchmark-suite-configuration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/orcawave-aqwa-benchmark-benchmark-suite-configuration/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/orcawave-aqwa-benchmark-benchmark-suite-configuration

---


# Benchmark Suite Configuration (+1)

## Benchmark Suite Configuration


```yaml
# configs/benchmark_suite.yml

benchmark:
  name: "FPSO Diffraction Validation"
  description: "OrcaWave vs AQWA comparison for FPSO vessel"

  reference:
    tool: "AQWA"
    version: "2024.R1"

*See sub-skills for full details.*

## Automated Validation Script


```yaml
# configs/validation_criteria.yml

validation:
  pass_criteria:
    # At least 90% of significant points within tolerance
    min_points_within_tolerance: 0.90

    # Maximum allowed deviation for any single point
    max_single_deviation: 0.15

*See sub-skills for full details.*

