Initilaize benchmark environment
The init subcommand can be used to prepare the necessary folder structure to run
the benchmarktool and provide some example runscripts and script templates.
btool init
By default existing files are not overwritten. This can be changed using
the -f, --force option.
You can use the --resultparser-template option to create a copy of the clasp resultparser
called rp_tmp.py, which you can use as a base to create your own. You can overwrite the
default clasp resultparser by providing claps.py inside the resultparsers folder.
More information on how to modify resultparsers can be found in the corresponding
sectionresultparsers
After using btool init in a directory of your choice, it will be structured as follows:
programs/: Place solver/tool executables hereresultparsers/: Place custom resultparsers hererunscripts/: Contains example runscriptstemplates/: Contains example script templates