Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Perf] Remove question marks from language selectors #5371

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tools/perf-automation/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
- name: IncludeNet
displayName: Include .NET?
displayName: Include .NET
type: boolean
default: true
- name: NetRepoCommitish
Expand All @@ -10,7 +10,7 @@ parameters:
type: string
default: 'storage/Azure.Storage.Blobs'
- name: IncludeJava
displayName: Include Java?
displayName: Include Java
type: boolean
default: true
- name: JavaRepoCommitish
Expand All @@ -20,7 +20,7 @@ parameters:
type: string
default: 'storage/azure-storage-blob'
- name: IncludeJS
displayName: Include JS?
displayName: Include JS
type: boolean
default: true
- name: JSRepoCommitish
Expand All @@ -30,7 +30,7 @@ parameters:
type: string
default: 'storage/storage-blob'
- name: IncludePython
displayName: Include Python?
displayName: Include Python
type: boolean
default: true
- name: PythonRepoCommitish
Expand All @@ -40,7 +40,7 @@ parameters:
type: string
default: 'storage/azure-storage-blob'
- name: IncludeCpp
displayName: Include Cpp?
displayName: Include Cpp
type: boolean
default: true
- name: CppRepoCommitish
Expand Down