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.
|
# Project binaries.
|
||||||
COMMANDS=ctr containerd stress
|
COMMANDS=ctr containerd containerd-stress
|
||||||
ifneq ("$(GOOS)", "windows")
|
ifneq ("$(GOOS)", "windows")
|
||||||
COMMANDS += containerd-shim
|
COMMANDS += containerd-shim
|
||||||
endif
|
endif
|
||||||
|
@ -25,7 +25,7 @@ func main() {
|
|||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||||
|
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "stress"
|
app.Name = "containerd-stress"
|
||||||
app.Description = "stress test a containerd daemon"
|
app.Description = "stress test a containerd daemon"
|
||||||
app.Flags = []cli.Flag{
|
app.Flags = []cli.Flag{
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
Loading…
Reference in New Issue
Block a user