Execute the complete frozen Stage 1 evidence protocol
Source:R/23-stage1-execution.R
execute_stage1_benchmark_full.RdThis explicit long-running operation resumes only local temporary checkpoints, then atomically publishes a hash-verified synthetic artifact.
Usage
execute_stage1_benchmark_full(
artifact_root,
workers = 1L,
workspace = NULL,
progress = c("auto", "bar", "log", "none"),
keep_workspace = FALSE
)Arguments
- artifact_root
directory in which to publish a new content-addressed artifact.
- workers
positive number of Unix worker processes; use
1for sequential execution.- workspace
optional local checkpoint workspace; defaults under the repository
.scratch/directory, configurable with thelandscapeR.scratch_rootoption.- progress
one of
"auto","bar","log", or"none".- keep_workspace
retain local checkpoints after final artifact verification.