@@ -234,15 +234,15 @@ def all_profile_variants:
234
234
{ namespace : "perf-ssd"
235
235
, class : "perf-ssd"
236
236
, resources :
237
- { producer : {cores : 16 , memory : 128000 , memory_max : 128000 }
238
- , explorer : {cores : 16 , memory : 128000 , memory_max : 128000 }
237
+ { producer : {cores : 16 , memory : 120000 , memory_max : 124000 }
238
+ , explorer : {cores : 16 , memory : 120000 , memory_max : 124000 }
239
239
}
240
240
, fetch_logs_ssh : true
241
241
}
242
242
, aws :
243
243
{ instance_type :
244
244
{ producer : "r5.4xlarge"
245
- , explorer : null
245
+ , explorer : "r5.4xlarge"
246
246
}
247
247
, use_public_routing : true
248
248
}
@@ -277,6 +277,15 @@ def all_profile_variants:
277
277
}
278
278
}
279
279
) as $nomad_perfssd_unicircle
280
+ |
281
+ ($nomad_perfssd *
282
+ { composition :
283
+ { locations : ["eu-central-1" , "us-east-1" , "ap-southeast-2" ]
284
+ , topology : "torus-dense"
285
+ , with_explorer : true
286
+ }
287
+ }
288
+ ) as $nomad_perfssd_dense
280
289
|
281
290
##
282
291
### Definition vocabulary: filtering
@@ -562,6 +571,10 @@ def all_profile_variants:
562
571
($model_timescale * $nomad_perf_tps_saturation_value *
563
572
{ scenario : "fixed-loaded"
564
573
}) as $scenario_nomad_perf
574
+ |
575
+ ($model_timescale * $nomad_perf_tps_saturation_value *
576
+ { scenario : "fixed-loaded"
577
+ }) as $scenario_nomad_perfssd
565
578
|
566
579
($small_timescale * $nomad_perf_tps_saturation_value *
567
580
{ scenario : "fixed-loaded"
@@ -633,6 +646,23 @@ def all_profile_variants:
633
646
}
634
647
, desc : "AWS c5-2xlarge cluster dataset, 7 epochs"
635
648
}) as $nomad_perf_base
649
+ |
650
+ ($scenario_nomad_perfssd * $compose_fiftytwo * $dataset_oct2021 * $for_8ep *
651
+ { node :
652
+ { shutdown_on_slot_synced : 64000
653
+ }
654
+ , analysis :
655
+ { filters : ["epoch3+" , "size-full" ]
656
+ }
657
+ , generator :
658
+ { init_cooldown : 45
659
+ }
660
+ , genesis :
661
+ { funds_balance : 20000000000000
662
+ , max_block_size : 88000
663
+ }
664
+ , desc : "AWS c5-2xlarge cluster dataset, 7 epochs"
665
+ }) as $nomad_perfssd_base
636
666
|
637
667
($scenario_nomad_perf * $compose_fiftytwo * $dataset_oct2021 * $for_9ep * $plutus_base * $plutus_loop_counter *
638
668
{ node :
@@ -653,8 +683,12 @@ def all_profile_variants:
653
683
}) as $nomad_perf_plutus_base
654
684
|
655
685
($scenario_latency * $compose_fiftytwo * $dataset_empty * $no_filtering *
656
- { desc : "AWS c5-2xlarge cluster, stop when all latency services stop"
686
+ { desc : "AWS perf class cluster, stop when all latency services stop"
657
687
}) as $nomad_perf_latency_base
688
+ |
689
+ ($scenario_latency * $compose_fiftytwo * $dataset_empty * $no_filtering *
690
+ { desc : "AWS perf-ssd class cluster, stop when all latency services stop"
691
+ }) as $nomad_perfssd_latency_base
658
692
|
659
693
($scenario_nomad_perfssd_solo * $solo * $dataset_24m *
660
694
{ node :
@@ -986,6 +1020,9 @@ def all_profile_variants:
986
1020
, $nomad_perf_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview *
987
1021
{ name : "value-nomadperf"
988
1022
}
1023
+ , $nomad_perfssd_base * $nomad_perfssd_dense * $p2p * $costmodel_v8_preview *
1024
+ { name : "value-nomadperfssd"
1025
+ }
989
1026
, $nomad_perf_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview * $old_tracing *
990
1027
{ name : "value-oldtracing-nomadperf"
991
1028
}
@@ -995,6 +1032,9 @@ def all_profile_variants:
995
1032
, $nomad_perf_latency_base * $nomad_perf_dense * $p2p * $costmodel_v8_preview *
996
1033
{ name : "latency-nomadperf"
997
1034
}
1035
+ , $nomad_perfssd_latency_base * $nomad_perfssd_dense * $p2p * $costmodel_v8_preview *
1036
+ { name : "latency-nomadperfssd"
1037
+ }
998
1038
999
1039
## P&T Nomad cluster: 52 nodes, 3 regions, value-only (with old tracing variant) and Plutus, no P2P flavour
1000
1040
, $nomad_perf_base * $nomad_perf_dense * $costmodel_v8_preview *
@@ -1014,7 +1054,7 @@ def all_profile_variants:
1014
1054
, $fast_base * $compose_fiftytwo * $nomad_perf_dense * $costmodel_v8_preview *
1015
1055
{ name : "fast-nomadperf-nop2p"
1016
1056
}
1017
- , $fast_base * $solo * $nomad_perfssd_unicircle * $costmodel_v8_preview * $p2p *
1057
+ , $fast_base * $compose_fiftytwo * $nomad_perfssd_dense * $costmodel_v8_preview * $p2p *
1018
1058
{ name : "fast-nomadperfssd"
1019
1059
}
1020
1060
0 commit comments