We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
benchmark_name
It would be great to have some way to add an object to the outputted json.
The text was updated successfully, but these errors were encountered:
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. :)
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: