@@ -6,10 +6,10 @@ description: >
66 benchmark candidates, refreshing `.seqera/context`, or validating run-level
77 differences before building a report.
88---
9-
109# Fetch and compare Platform runs
1110
1211Use this skill when the user wants to inspect one or more Seqera Platform runs
12+
1313before or instead of building a full benchmark report.
1414
1515## Best workflow
3737- commit/revision
3838- number of tasks fetched
3939- task states: completed / running / failed
40- - submit-> start wait time
41- - start-> complete runtime
40+ - submit-& gt ; start wait time
41+ - start-& gt ; complete runtime
4242- instance / machine-type differences
4343- per-task cost signals where available
4444
@@ -66,7 +66,7 @@ For each run, extract:
6666## Repo-specific interpretation hints
6767
6868- Short-task variance often comes from Batch/spot provisioning and staging jitter.
69- - Large submit-> start gaps usually indicate scheduling overhead, not process-level code regressions.
69+ - Large submit-& gt ; start gaps usually indicate scheduling overhead, not process-level code regressions.
7070- The most meaningful report differences often appear later in heavier alignment/indexing phases, so early QC-only comparisons can be misleading.
7171- If runs are still active, state that clearly and call out what phases have not yet been observed.
7272
@@ -78,3 +78,4 @@ Build a full benchmark report when:
7878- the user wants charts or HTML output
7979- cost and aggregated process summaries matter more than raw run inspection
8080- you need JSONL handoff artifacts for downstream debugging
81+
0 commit comments