Closed lamphama2 closed 8 months ago
You can use --output-dir
:
--output-dir <dir>
: Directory to write results to. Default value is profile-out. If profile-out directory already exists, it tries to find aprofile-out-<index>
directory, that does not exist.(from the README)
Oh sorry my bad Closing this.
Description
Currently, the benchmark output location is hard-coded to
/profile-out
folder. This lacks of flexibility and also the output directory depends on the location where we are executing the command. Should we leave user an option to customize this location?Use case
Expectation
Introduce a new optional option
--profile-out
, default it to the current valueprofile-out