Skip to content

Commit

Permalink
[benchmark] Reenable OSS benchmarks for dotnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca committed Nov 25, 2024
1 parent 8fc6ecc commit 0d1d2d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tools/internal_ci/linux/grpc_e2e_performance_gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ declare -A useLanguage=(
# Disable specific languages.
declare -a disabledLanguages=(
# Add a language here to disable it.
dotnet
)
for language in "${disabledLanguages[@]}"; do
unset "useLanguage[${language}]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ declare -A useLanguage=(
# Disable specific languages.
declare -a disabledLanguages=(
# Add a language here to disable it.
dotnet
)
for language in "${disabledLanguages[@]}"; do
unset "useLanguage[${language}]"
Expand Down

0 comments on commit 0d1d2d6

Please sign in to comment.