Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option allowing to choose where to save CSV result files and other artifacts #180

Open
dkankows opened this issue Aug 27, 2020 · 1 comment

Comments

@dkankows
Copy link

During the benchmark execution, rootbench generates CSV files and other artifacts. At the moment, the path where these files are being saved is not configurable. Would it be a good idea to add an option allowing to choose where to save these files? One of the use cases I can see for this feature would be running rootbench in a Singularity container. Singularity usually uses a read-only filesystem, so it would be great to be able to bind-mount some writable directory to the container and save all of the generated files to this directory.

@vgvassilev
Copy link
Member

That's a good point.

Currently we configure the csv writing part here. We could add a configuration variable which defaults to the current place and if specified to set the new location.

Could you come up with a patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants