-
Notifications
You must be signed in to change notification settings - Fork 1
Automation Artifacts Layout
김성주 edited this page May 1, 2026
·
2 revisions
Fission stores generated benchmark and automation outputs under benchmark/artifacts/. Paths may grow over time—this page captures stable conventions you should rely on when reading CI uploads or local runs.
benchmark/artifacts/automation/ # nir-check / automation lane outputs
benchmark/artifacts/full_benchmark/ # Python full benchmark runner outputs
Treat anything outside these roots as experimental or legacy unless documented elsewhere.
- Developers typically generate artifacts locally beside their checkout.
- CI jobs may zip or publish subsets—refer to
upload-artifactssteps in.github/workflows/reusable-*.ymlwhen chasing missing files.
- Prefer
.gitignorerules keeping large binaries out of commits unless explicitly curated fixtures underbenchmark/binary/. - When attaching artifacts to bug reports, prefer hashes + manifests (
benchmark/config/) over multi-gigabyte dumps.
benchmark/full_benchmark/README.md-
AGENTS.md(artifacts discipline)