A central reference for every env var aozora reads. Variables fall
into three groups: parser configuration, dev / bench harness, and
container plumbing.
aozora-corpus, every probe, every sample-profile recipe, the corpus sweep
Directory of 青空文庫 source files (UTF-8 or Shift_JIS). Required for any corpus-driven operation.
AOZORA_PROFILE_LIMIT
aozora-bench probes
Cap the number of corpus documents per probe. Useful for fast iteration; set to 100 for a sub-second sweep.
AOZORA_PROFILE_REPEAT
samply-corpus, samply-render
Number of parse / render passes per document after the one-time corpus load. Default 5; raise to give samply enough parser-bound wall time to attach to.
AOZORA_PROBE_DOC
pathological_probe
Single corpus path to probe in tight per-call mode. Path is relative to $AOZORA_CORPUS_ROOT.
AOZORA_PROPTEST_CASES
aozora-proptest::config
Override default proptest case count (default 128 per block). 4096 for just prop-deep.