-
Notifications
You must be signed in to change notification settings - Fork 0
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
construct a label from other benchmark fields #3
Comments
Can you add a snippet of the benchmark.json file as well? |
e.g.
https://github.com/rai-project/scope/blob/master/results/raw_data/minsky/sgemm_smt_0.json |
What about something like this. This would construct a string with the specified seperator, from the fields in each benchmark object In the spec file label:
seperator: "x" # optional, there would be some default
fields:
- K
- M
- N or for command line utilities
The result for the offered snippet would be
|
Some more thoughts. series:
- ...
tick_seperator: "x" # optional, there would be some default
tick_fields: [K, M, N]
- ... or for command line utilities
The result for the offered snippet would be
There will need to be some changes in how dataframes are generated in |
Added support for |
No description provided.
The text was updated successfully, but these errors were encountered: