1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-26 13:13:06 +00:00

finalized benchmark

This commit is contained in:
Bastian Venthur
2025-01-22 15:17:28 +01:00
parent 69b729a471
commit 60bd86ec22
2 changed files with 14 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ manpage: $(VENV)
.PHONY: benchmark
benchmark: $(VENV)
$(BIN)/pytest --no-cov -s -rP tests/benchmark.py
$(BIN)/pytest --no-cov -capture=no -rA tests/benchmark.py
.PHONY: clean
clean: