fix: add matplotlib dependency and print duration with early exit in plot script

- Add matplotlib to pip install in Makefile to resolve missing import
- Insert duration print and exit() call before unused json/logs processing block in plot.py
This commit is contained in:
2025-03-20 02:21:22 +00:00
parent 0813f3e46e
commit 6d3f5b0205
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ PYTHON="./.venv/bin/python"
ensure_env:
-@python3 -m venv .venv
$(PYTHON) -m pip install dataset
$(PYTHON) -m pip install dataset matplotlib
merge:
$(PYTHON) merge.py