benchmark:
	python3 main.py

deps:
	pip3 install -r requirements.txt
