Merging upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d6f7ec950b
commit
80be6b192c
6 changed files with 511 additions and 53 deletions
2
Makefile
2
Makefile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue