Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Jan 9, 2025
1 parent 54d0b8b commit 996a015
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions util/tests/JSON/input-multibench-k8s-remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,17 @@
"settings": {
"user": "ENDPOINT_USER"
},
"remotes": {
"engines": [
{ "role": "client", "ids": [ 1, 5 ] }
],
"config": {
"host": "ENDPOINT_HOST"
"remotes": [
{
"engines": [
{ "role": "client", "ids": [ 1, 5 ] }
],
"config": {
"host": "ENDPOINT_HOST"
}
}
}
}
]
},
],
"run-params": {
"num-samples": 1,
Expand Down

0 comments on commit 996a015

Please sign in to comment.