fraudtwin.write_scale_benchmark_manifest#

fraudtwin.write_scale_benchmark_manifest(path, *, target_payments, realized_counts, configuration_hash, seed, shard_count, worker_count, elapsed_seconds, resume=None, output_dir=None, claim_scope='laptop-dev-only', command=None, stage_timings=None)[source][source]#

Write non-deterministic machine evidence separately from run identity.

Return type:

Path

Parameters:
  • path (str | Path)

  • target_payments (int)

  • realized_counts (Mapping[str, int])

  • configuration_hash (str)

  • seed (int)

  • shard_count (int)

  • worker_count (int)

  • elapsed_seconds (float)

  • resume (Mapping[str, Any] | None)

  • output_dir (str | Path | None)

  • claim_scope (str)

  • command (str | None)

  • stage_timings (Mapping[str, Mapping[str, float]] | None)