Files
StellaOps Bot 233873f620
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Signals CI & Image / signals-ci (push) Has been cancelled
Signals Reachability Scoring & Events / reachability-smoke (push) Has been cancelled
Signals Reachability Scoring & Events / sign-and-upload (push) Has been cancelled
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Reachability Corpus Validation / validate-corpus (push) Has been cancelled
Reachability Corpus Validation / validate-ground-truths (push) Has been cancelled
Scanner Analyzers / Discover Analyzers (push) Has been cancelled
Scanner Analyzers / Validate Test Fixtures (push) Has been cancelled
Reachability Corpus Validation / determinism-check (push) Has been cancelled
Scanner Analyzers / Build Analyzers (push) Has been cancelled
Scanner Analyzers / Test Language Analyzers (push) Has been cancelled
Scanner Analyzers / Verify Deterministic Output (push) Has been cancelled
Notify Smoke Test / Notify Unit Tests (push) Has been cancelled
Notify Smoke Test / Notifier Service Tests (push) Has been cancelled
Notify Smoke Test / Notification Smoke Test (push) Has been cancelled
Policy Lint & Smoke / policy-lint (push) Has been cancelled
up
2025-12-14 15:50:38 +02:00
..
up
2025-12-14 15:50:38 +02:00
up
2025-11-27 08:51:10 +02:00
up
2025-12-14 15:50:38 +02:00
up
2025-11-27 21:09:47 +02:00
up
2025-12-14 15:50:38 +02:00

Bench scripts

  • determinism-run.sh: runs BENCH-DETERMINISM-401-057 harness (src/Bench/StellaOps.Bench/Determinism), writes artifacts to out/bench-determinism, and enforces threshold via BENCH_DETERMINISM_THRESHOLD (default 0.95). Defaults to 10 runs per scanner/SBOM pair. Pass DET_EXTRA_INPUTS (space-separated globs) to include frozen feeds in inputs.sha256; DET_RUN_EXTRA_ARGS to forward extra args to the harness; DET_REACH_GRAPHS/DET_REACH_RUNTIME to hash reachability datasets and emit dataset.sha256 + results-reach.*.
  • offline_run.sh (in Determinism/): air-gapped runner that reads inputs from offline/inputs, writes to offline/results, defaults runs=10 threshold=0.95, and calls reachability hashing when graph/runtime inputs exist.

Usage:

BENCH_DETERMINISM_THRESHOLD=0.97 \
DET_EXTRA_INPUTS="offline/feeds/*.tar.gz" \
DET_REACH_GRAPHS="offline/reachability/graphs/*.json" \
DET_REACH_RUNTIME="offline/reachability/runtime/*.ndjson" \
scripts/bench/determinism-run.sh