Open hirooih opened 3 years ago
These are last fixes I found during my porting work (#148).
run_*.py
verify_benchmark()
decode_results()
build_all.py
.gitignore
These are last fixes I found during my porting work (#148).
run_*.py
: check the return value fromverify_benchmark()
decode_results()
gets the return value, but it has never been used.build_all.py
: catch a general Exception on config filebuild_all.py
: fix log-output format.gitignore
: add some common entries