Skip to content

Commit

Permalink
wb | replace idle-nomadperf with fast-nomadperf variants
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste authored and mgmeier committed May 8, 2024
1 parent 8cc7689 commit 8d12516
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ PROFILES_VENDOR := dish dish-plutus dish-10M dish-10M-plutus
# Cloud version of "default", "ci-test" and "ci-bench" plus value (52+explorer)
# Not all local profiles are compatible or tested (yet) with a cloud runs
PROFILES_NOMAD_PERF := default-nomadperf ci-test-nomadperf ci-bench-nomadperf value-nomadperf oldtracing-nomadperf ci-test-oldtracing-nomadperf ci-bench-oldtracing-nomadperf value-oldtracing-nomadperf
PROFILES_NOMAD_PERF += plutus-nomadperf idle-nomadperf
PROFILES_NOMAD_PERF += plutus-nomadperf fast-nomadperf
PROFILES_NOMAD_PERF_NOP2P := default-nomadperf-nop2p oldtracing-nomadperf-nop2p ci-test-nomadperf-nop2p ci-bench-nomadperf-nop2p
PROFILES_NOMAD_PERF_NOP2P += value-nomadperf-nop2p value-oldtracing-nomadperf-nop2p plutus-nomadperf-nop2p
PROFILES_NOMAD_PERF_NOP2P += value-nomadperf-nop2p value-oldtracing-nomadperf-nop2p plutus-nomadperf-nop2p fast-nomadperf-nop2p

LOCAL_PROFILES += $(PROFILES_BASE)
LOCAL_PROFILES += $(PROFILES_FAST)
Expand Down
13 changes: 8 additions & 5 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@ def all_profile_variants:
, desc: "AWS c5-2xlarge cluster dataset, 9 epochs"
}) as $nomad_perf_plutus_base
|
($scenario_idle * $compose_fiftytwo * $dataset_empty *
{ desc: "AWS c5-2xlarge cluster, deploy and start run only"
}) as $nomad_perf_idle_base
($scenario_fixed_loaded * $compose_fiftytwo * $dataset_empty * $for_1blk * $no_filtering *
{ desc: "AWS c5-2xlarge cluster, stop as soon as we've seen a single block"
}) as $nomad_perf_fast_base
|
($scenario_model * $quadruplet * $dataset_current * $for_7ep *
{ node:
Expand Down Expand Up @@ -859,8 +859,8 @@ def all_profile_variants:
, $nomad_perf_plutus_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview *
{ name: "plutus-nomadperf"
}
, $nomad_perf_idle_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview *
{ name: "idle-nomadperf"
, $nomad_perf_fast_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview *
{ name: "fast-nomadperf"
}

## P&T Nomad cluster: 52 nodes, 3 regions, value-only (with old tracing variant) and Plutus, no P2P flavour
Expand All @@ -873,6 +873,9 @@ def all_profile_variants:
, $nomad_perf_plutus_base * $nomad_perf_dense * $costmodel_v8_preview *
{ name: "plutus-nomadperf-nop2p"
}
, $nomad_perf_fast_base * $nomad_perf_dense * $costmodel_v8_preview *
{ name: "fast-nomadperf-nop2p"
}

## Model value variant: 7 epochs (128GB RAM needed; 16GB for testing locally)
, $model_base * $costmodel_v8_preview *
Expand Down

0 comments on commit 8d12516

Please sign in to comment.