Skip to content

Commit 0f64bb3

Browse files
test(slo): update language names
1 parent 5dd007a commit 0f64bb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/slo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ jobs:
4545

4646
language_id0: 'native'
4747
workload_path0: 'tests/slo'
48-
language0: 'Go SDK'
48+
language0: 'Go SDK Native'
4949
workload_build_context0: ../..
5050
workload_build_options0: -f Dockerfile --build-arg SRC_PATH=native --build-arg JOB_NAME=workload-native
5151

5252
language_id1: 'databasesql'
5353
workload_path1: 'tests/slo'
54-
language1: 'Go SDK'
54+
language1: 'Go SDK database/sql'
5555
workload_build_context1: ../..
5656
workload_build_options1: -f Dockerfile --build-arg SRC_PATH=database/sql --build-arg JOB_NAME=workload-databasesql
5757

5858
language_id2: 'gorm'
5959
workload_path2: 'tests/slo'
60-
language2: 'Go SDK'
60+
language2: 'Go SDK gorm'
6161
workload_build_context2: ../..
6262
workload_build_options2: -f Dockerfile --build-arg SRC_PATH=gorm --build-arg JOB_NAME=workload-gorm

0 commit comments

Comments
 (0)