Skip to content

Commit

Permalink
Merge pull request #5218 from alakesh/runtime-v2-stress
Browse files Browse the repository at this point in the history
change default runtime for containerd-stress app
  • Loading branch information
crosbymichael committed Mar 18, 2021
2 parents 92c1bbb + 24602e7 commit 31c0587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/containerd-stress/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func main() {
cli.StringFlag{
Name: "runtime",
Usage: "set the runtime to stress test",
Value: plugin.RuntimeLinuxV1,
Value: plugin.RuntimeRuncV2,
},
}
app.Before = func(context *cli.Context) error {
Expand Down

0 comments on commit 31c0587

Please sign in to comment.