mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
fix manual benchmarks (#2249)
This commit is contained in:
parent
bf8e69ea89
commit
055767fef0
7 changed files with 23 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue