Skip to content

Commit

Permalink
chore: change benchmark region from japaneast to eastus for a while
Browse files Browse the repository at this point in the history
To compare benchmark environment performance difference exists or not.
  • Loading branch information
guitarrapc committed Oct 29, 2024
1 parent 9cb9e36 commit 4c5d342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perf/BenchmarkApp/configs/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
apt-tools: "libmsquic"
dotnet-version: 8.0
benchmark-expire-min: 15
benchmark-location: "japaneast"
#benchmark-location: "japaneast"
benchmark-location: "eastus"
benchmark-timeout-min: 10
benchmark-client-run-script-path: ".github/scripts/benchmark-client-run.sh"
benchmark-client-run-script-args: '--run-args "-u http://${BENCHMARK_SERVER_NAME}:5000 --protocol {{ protocol }} -s CI --rounds 3 --channels {{ channels }} --streams {{ streams }} --serialization {{ serialization }} --validate true --tags {{ tags }}" --build-args "{{ buildArgsClient }}"'
Expand Down

0 comments on commit 4c5d342

Please sign in to comment.