stress -> containerd-stress

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2017-08-15 14:54:20 +00:00
parent a64399acc2
commit f8b1f4f6dc
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ TEST_REQUIRES_ROOT_PACKAGES=$(filter \
)
# Project binaries.
COMMANDS=ctr containerd stress
COMMANDS=ctr containerd containerd-stress
ifneq ("$(GOOS)", "windows")
COMMANDS += containerd-shim
endif

View File

@ -25,7 +25,7 @@ func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
app := cli.NewApp()
app.Name = "stress"
app.Name = "containerd-stress"
app.Description = "stress test a containerd daemon"
app.Flags = []cli.Flag{
cli.BoolFlag{