Browse Source

isolate stress tests

pull/169/head
aler9 5 years ago
parent
commit
007cfb33ae
  1. 2
      Makefile

2
Makefile

@ -61,7 +61,7 @@ lint: @@ -61,7 +61,7 @@ lint:
stress:
docker build -q . -f stress/$(NAME)/Dockerfile -t temp
docker run --rm -it --network=host temp
docker run --rm -it -p 9999:9999 temp
define DOCKERFILE_RUN
FROM amd64/$(BASE_IMAGE)

Loading…
Cancel
Save