bench
Installation
SKILL.md
/bench
Builds Java and runs the full benchmark suite, then analyzes results.
Execution Steps
- Run
./scripts/bench.sh - Extract metrics from
tests/benchmark/prediction/opendataloader/evaluation.jsonusing:jq '{summary, metrics, table_detection, speed}' tests/benchmark/prediction/opendataloader/evaluation.json - Output summary:
- NID (reading order)
- TEDS (table structure)
- MHS (heading structure)
- Table Detection F1/Precision/Recall
- Speed (s/doc, total time)
- Compare with thresholds in
tests/benchmark/thresholds.json - Warn if regression detected
Related skills