Skip to content

Commit

Permalink
[Perf] Remove question marks from language selectors (#5371)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Feb 8, 2023
1 parent ee74832 commit 448f358
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 448f358

Please sign in to comment.