# benchweave evidence runs


Generate consecutive seeded journey runs (ephemeral SIMULATION).


``` bash
benchweave evidence runs [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: benchweave evidence runs [OPTIONS]

      Generate consecutive seeded journey runs (ephemeral SIMULATION).

    Options:
      --dest PATH      Output root; per-run records + summary.json land under
                       <dest>/runs/.  [required]
      --count INTEGER  Number of consecutive seeded runs.  [default: 100]
      --seed INTEGER   Base seed; run N derives seed + N and its own request id.
                       [default: 20260914]
      --timeout FLOAT  Seconds to wait for each run to reach a terminal state.
                       [default: 120.0]
      --fixtures PATH  Fixture lattice directory (default: the repository
                       execution lattice).
      --json           Emit the stable machine JSON contract instead of text.
      --help           Show this message and exit.


# Options


`--dest: PATH`  
**Required.** Output root; per-run records + summary.json land under /runs/.

`--count: INTEGER = 100`  
Number of consecutive seeded runs.

`--seed: INTEGER = 20260914`  
Base seed; run N derives seed + N and its own request id.

`--timeout: FLOAT = 120.0`  
Seconds to wait for each run to reach a terminal state.

`--fixtures: PATH`  
Fixture lattice directory (default: the repository execution lattice). Environment variable: `BENCHWEAVE_FIXTURES`.

`--json`  
Emit the stable machine JSON contract instead of text.
