Merge pull request #1365 from AkihiroSuda/stress
stress -> containerd-stress
This commit is contained in:
commit
62cebf9f1f
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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{
|
Loading…
Reference in New Issue
Block a user