1
0
Fork 0

Merging upstream version 1.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-04 08:16:25 +01:00
parent d6f7ec950b
commit 80be6b192c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 511 additions and 53 deletions

View file

@ -19,7 +19,7 @@ serve:
.PHONY: psql
psql:
PGPASSWORD=for-testing psql -h localhost -p 5432 -U postgres
PGPASSWORD=for-testing psql -h localhost -p 5432 -U postgres -E
profile.html: $(wildcard src/**/*.py)
pyinstrument -r html -o profile.html --from-path harlequin -a postgres "postgresql://postgres:for-testing@localhost:5432/postgres"