feat: add merge make target and comment out repeated/released queries in plot.py

This commit is contained in:
2025-01-07 22:45:49 +00:00
parent 82feb53f3c
commit 1f3371d850
3 changed files with 97 additions and 44 deletions
+3
View File
@@ -11,6 +11,9 @@ PYTHON="./.venv/bin/python"
ensure_env:
-@python3 -m venv .venv
merge:
$(PYTHON) merge.py
plot: ensure_env
time $(PYTHON) plot.py
time $(PYTHON) merge.py