1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

improved performance test

This commit is contained in:
Bastian Venthur
2025-01-22 14:46:14 +01:00
parent 5cddb62603
commit c94f9793b0
2 changed files with 11 additions and 10 deletions

View File

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