Merge pull request #5218 from alakesh/runtime-v2-stress

change default runtime for containerd-stress app
This commit is contained in:
Michael Crosby 2021-03-18 11:42:30 -04:00 committed by GitHub
commit 31c0587351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ func main() {
cli.StringFlag{ cli.StringFlag{
Name: "runtime", Name: "runtime",
Usage: "set the runtime to stress test", Usage: "set the runtime to stress test",
Value: plugin.RuntimeLinuxV1, Value: plugin.RuntimeRuncV2,
}, },
} }
app.Before = func(context *cli.Context) error { app.Before = func(context *cli.Context) error {