Remove obsolete benchmark files

This commit is contained in:
2021-09-10 16:35:17 -05:00
parent 2a405f7ce3
commit beb15f7667
7 changed files with 1 additions and 415 deletions

View File

@@ -44,7 +44,6 @@ test:
rm -rf .mypy_cache
$(MYPY) -p miplearn
$(MYPY) -p tests
$(MYPY) -p benchmark
$(PYTEST) $(PYTEST_ARGS)
.PHONY: test test-watch docs install dist