Skip to content

Commit

Permalink
Exclude go language from OSS benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca committed Jul 6, 2024
1 parent 0a17cfe commit 61a069b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/internal_ci/linux/grpc_e2e_performance_gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ declare -A useLanguage=(

# Disable specific languages.
unset "useLanguage[dotnet]"
unset "useLanguage[go]"

# Add arguments for languages.
declare -a configLangArgs8core=()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ declare -A useLanguage=(

# Disable specific languages.
unset "useLanguage[dotnet]"
unset "useLanguage[go]"

# Add arguments for languages.
declare -a configLangArgs8core=()
Expand Down

0 comments on commit 61a069b

Please sign in to comment.