From bad185fd07c1bcf78d8e8c2d01df13e0667a9541 Mon Sep 17 00:00:00 2001 From: Jonas Tingeborn Date: Wed, 3 Jan 2024 13:03:10 +0000 Subject: [PATCH] Restore inadvertent change to benchmark duration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01bb1dd..0743c9e 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,6 @@ test: ## Run a smoke test doing a 2x upscale with Protheus benchmark: ## Run a prob3 2x upscale benchmark docker run --rm -ti --gpus all $(IMAGE) \ - ffmpeg -f lavfi -i testsrc=duration=5:size=640x480:rate=30 -pix_fmt yuv420p \ + ffmpeg -f lavfi -i testsrc=duration=60:size=640x480:rate=30 -pix_fmt yuv420p \ -filter_complex "tvai_up=model=prob-3:scale=2:preblur=-0.6:noise=0:details=1:halo=0.03:blur=1:compression=0:estimate=20:blend=0.8:device=0:vram=1:instances=1" \ -f null -