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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 13 deletions

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