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

[FR] Allow to add more information in the custom output for json #1890

Open
DenisYaroshevskiy opened this issue Dec 17, 2024 · 1 comment
Open

Comments

@DenisYaroshevskiy
Copy link

I generate benchmarks with different variations.
However, last I checked, the only field I can populate is benchmark_name.
So I first populate the name with the things I need:
https://github.com/DenisYaroshevskiy/unsq_eve/blob/a2c914f0c37e57911ba47751db0463a33f48bf22/src/bench/bench.h#L100
And then parse them out in the visualization.

It would be great to have some way to add an object to the outputted json.

@dmah42
Copy link
Member

dmah42 commented Dec 17, 2024

anything passed as an Arg should be included already in the JSON and ArgName can be used to override the value that would otherwise be included.

however this sounds like a really good idea. :)

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

No branches or pull requests

2 participants