mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 04:54:18 +02:00
add some docker wrappers
This commit is contained in:
9
Makefile
9
Makefile
@@ -110,3 +110,12 @@ profile: buildlocal
|
|||||||
./esctl api ls --profile-file cpu.profile
|
./esctl api ls --profile-file cpu.profile
|
||||||
go tool pprof -text esctl cpu.profile
|
go tool pprof -text esctl cpu.profile
|
||||||
go tool pprof --http localhost:8888 ./esctl cpu.profile
|
go tool pprof --http localhost:8888 ./esctl cpu.profile
|
||||||
|
|
||||||
|
docker-up:
|
||||||
|
make -C t up
|
||||||
|
|
||||||
|
docker-waitup:
|
||||||
|
make -C t up
|
||||||
|
|
||||||
|
docker-down:
|
||||||
|
make -C t down
|
||||||
|
|||||||
Reference in New Issue
Block a user