fix manual benchmarks (#2249)

This commit is contained in:
Alessandro Ros
2023-08-26 18:11:55 +02:00
committed by GitHub
parent bf8e69ea89
commit 055767fef0
7 changed files with 23 additions and 13 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
bench:
docker build -q . -f bench/$(NAME)/Dockerfile -t temp
docker build -q . -f bench/$(NAME)/Dockerfile -t temp \
--build-arg BASE_IMAGE=$(BASE_IMAGE)
docker run --rm -it -p 9999:9999 temp