mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-07 11:43:20 +00:00
smoke.yaml never set redundancy > 1, so the R-cascade aggregation and the two redundancy figures were only covered by unit tests, never by the end-to-end run. Adding redundancy: [1, 2] takes smoke from 17 to 19 of the 21 figure builders (only delay_vs_N and the churn-percolation figure need grids smoke does not have). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
16 lines
509 B
YAML
16 lines
509 B
YAML
# Fast end-to-end smoke run (seconds): tiny N, few rounds/seeds, both adversary modes.
|
|
# Numbers here are far too noisy to interpret -- the point is that every code path runs and every
|
|
# figure builder renders, including the multi-cascade (redundancy > 1) aggregation.
|
|
n_nodes: [1000]
|
|
degree: [4, 8]
|
|
blend_hops: [2, 3]
|
|
max_blend_delay: [0, 3]
|
|
unresponsive_frac: [0.0, 0.2, 0.5]
|
|
redundancy: [1, 2]
|
|
f_adv: [0.1, 0.33]
|
|
adversary_mode: [random, worstcase_coverage]
|
|
seeds: 2
|
|
base:
|
|
n_rounds: 20
|
|
n_placements: 2
|