Skip to content

Commit

Permalink
wb | profiles: add drep1k cluster profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed Apr 29, 2024
1 parent d64e8a5 commit 15b8be4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ PROFILES_VENDOR := dish dish-plutus dish-10M dish-10M-plutus
# 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 fast-nomadperf latency-nomadperf
PROFILES_NOMAD_PERF += value-nomadperf-drep1k plutus-nomadperf-drep1k
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 fast-nomadperf-nop2p
PROFILES_NOMAD_PERFSSD := value-nomadperfssd fast-nomadperfssd latency-nomadperfssd
Expand Down
6 changes: 6 additions & 0 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,9 @@ def all_profile_variants:
, $nomad_perf_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview *
{ name: "value-nomadperf"
}
, $nomad_perf_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview * $dreps_large *
{ name: "value-nomadperf-drep1k"
}
, $nomad_perfssd_base * $nomad_perfssd_dense * $p2p * $costmodel_v8_preview *
{ name: "value-nomadperfssd"
}
Expand All @@ -1048,6 +1051,9 @@ def all_profile_variants:
, $nomad_perf_plutus_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview *
{ name: "plutus-nomadperf"
}
, $nomad_perf_plutus_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview * $dreps_large *
{ name: "plutus-nomadperf-drep1k"
}
, $nomad_perf_latency_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview *
{ name: "latency-nomadperf"
}
Expand Down

0 comments on commit 15b8be4

Please sign in to comment.