Skip to content

Commit 31c0587

Browse files
Merge pull request #5218 from alakesh/runtime-v2-stress
change default runtime for containerd-stress app
2 parents 92c1bbb + 24602e7 commit 31c0587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/containerd-stress/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func main() {
147147
cli.StringFlag{
148148
Name: "runtime",
149149
Usage: "set the runtime to stress test",
150-
Value: plugin.RuntimeLinuxV1,
150+
Value: plugin.RuntimeRuncV2,
151151
},
152152
}
153153
app.Before = func(context *cli.Context) error {

0 commit comments

Comments
 (0)