Update BranchPriorityComponent; activate it during benchmark

This commit is contained in:
2020-04-24 12:06:39 -05:00
parent d5411f5cc8
commit 80f2251877
20 changed files with 620 additions and 822 deletions

View File

@@ -25,9 +25,10 @@ main: $(addsuffix /performance.png, $(CHALLENGES))
python benchmark.py charts $*
clean:
rm -rvf $(CHALLENGES)
rm -rvf */*/*.csv
rm -rvf */*/*.png
clean-ml:
clean-ml: clean-charts
rm -rvf */*/benchmark_ml.csv
clean-charts: