Skip to content

Commit

Permalink
For value-voting with serial splitting epoch4+ should be OK
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Dec 3, 2024
1 parent 186b548 commit 0ab13bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def all_profile_variants:
# P&T Nomad cluster: 52 nodes, P2P by default - value+voting workload
# Extra splits, benchmarking from 5th epoch (skip 0,1,2,3 / 533 min / 8.88 hs)
($nomad_perf_base * $nomad_perf_dense * $p2p * $genesis_voting *
{analysis: { filters: ["epoch5+", "size-full"] } }
{analysis: { filters: ["epoch4+", "size-full"] } }
) as $valuevoting_nomadperf_template
|
# P&T Nomad cluster: 52 nodes, P2P by default - Plutus workload
Expand Down

0 comments on commit 0ab13bb

Please sign in to comment.