diff --git a/experiments/15-e2e-scenarios-v2/slo_change/run_workload.sh b/experiments/15-e2e-scenarios-v2/slo_change/run_workload.sh index 36dfdb7c..09d93f24 100755 --- a/experiments/15-e2e-scenarios-v2/slo_change/run_workload.sh +++ b/experiments/15-e2e-scenarios-v2/slo_change/run_workload.sh @@ -35,7 +35,7 @@ trap "inner_cancel_experiment" TERM sleep $(( 10 * 60 )) log_workload_point "changing_slo" -brad cli --command "BRAD_CHANGE_SLO 30.0 0.015" +brad cli --command "BRAD_CHANGE_SLO 20.0 0.020" log_workload_point "changed_slo" # Wait another hour before stopping. diff --git a/experiments/15-e2e-scenarios-v2/slo_change/run_workload_debug.sh b/experiments/15-e2e-scenarios-v2/slo_change/run_workload_debug.sh index 3c661793..1fd3cd0a 100755 --- a/experiments/15-e2e-scenarios-v2/slo_change/run_workload_debug.sh +++ b/experiments/15-e2e-scenarios-v2/slo_change/run_workload_debug.sh @@ -36,7 +36,7 @@ trap "inner_cancel_experiment" TERM sleep $(( 2 * 60 )) log_workload_point "changing_slo" -brad cli --command "BRAD_CHANGE_SLO 30.0 0.015" +brad cli --command "BRAD_CHANGE_SLO 20.0 0.020" log_workload_point "changed_slo" # Wait another 10 mins before stopping. diff --git a/experiments/15-e2e-scenarios-v2/slo_change/slo_change_config.yml b/experiments/15-e2e-scenarios-v2/slo_change/slo_change_config.yml index c290f94c..3f566e2e 100644 --- a/experiments/15-e2e-scenarios-v2/slo_change/slo_change_config.yml +++ b/experiments/15-e2e-scenarios-v2/slo_change/slo_change_config.yml @@ -93,8 +93,8 @@ redshift_min_load_removal_fraction: 0.9 # Blueprint planning performance ceilings. # These will change to 30 s and 30 ms during the experiment. -query_latency_p90_ceiling_s: 30.0 -txn_latency_p90_ceiling_s: 0.030 +query_latency_p90_ceiling_s: 40.0 +txn_latency_p90_ceiling_s: 0.040 # If set to true, BRAD will attempt to use the specified preset Redshift # clusters instead of resizing the main Redshift cluster.