Skip to content

Commit

Permalink
Use different SLOs (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy authored Apr 19, 2024
1 parent 3b8ac6c commit a1e6207
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion experiments/15-e2e-scenarios-v2/slo_change/run_workload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a1e6207

Please sign in to comment.