Skip to content

Commit

Permalink
Merge pull request #137 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister authored Aug 17, 2024
2 parents 85e89ea + 6affcbe commit 3dad7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/actions/integration-tests/mv-params/oslat-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
{
"name": "required",
"params": [
{ "arg": "duration", "vals": [ "10" ], "role": "client" },
{ "arg": "rtprio", "vals": [ "1" ], "role": "client" }
{ "arg": "duration", "vals": [ "10" ], "role": "client" }
]
}
],
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/integration-tests/mv-params/oslat-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
{
"name": "required",
"params": [
{ "arg": "duration", "vals": [ "10", "15" ], "role": "client" },
{ "arg": "rtprio", "vals": [ "2" ], "role": "client" }
{ "arg": "duration", "vals": [ "10", "15" ], "role": "client" }
]
}
],
Expand Down

0 comments on commit 3dad7ea

Please sign in to comment.