Skip to contents

This 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 1 for sequential execution.

workspace

optional local checkpoint workspace; defaults under the repository .scratch/ directory, configurable with the landscapeR.scratch_root option.

progress

one of "auto", "bar", "log", or "none".

keep_workspace

retain local checkpoints after final artifact verification.

Value

path to the immutable artifact directory.