You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library supports filtering and sorting of benchmarks. However, this is not yet supported by the CLI. It could be very useful to tune presentation especially when there are many benchmarks in the csv file. We could possibly have two CLI options to enable something like this:
We can use a grep like regex for filtering. Enumeration can be a comma separated list of values to specify a custom presentation order. This can only be useful to order the benchmark column. Note that filtering and sorting can also be done by an external awk script but that won't be convenient.
Also note that multiple of these options can be given on the command line and they can be combined to provide multiple level filtering/sorting.
In addition to the above, it is nice to have options to represent grouping, sorting and filtering of groups. However this is not required as often as the options above:
The library supports filtering and sorting of benchmarks. However, this is not yet supported by the CLI. It could be very useful to tune presentation especially when there are many benchmarks in the csv file. We could possibly have two CLI options to enable something like this:
We can use a grep like regex for filtering. Enumeration can be a comma separated list of values to specify a custom presentation order. This can only be useful to order the benchmark column. Note that filtering and sorting can also be done by an external
awk
script but that won't be convenient.Also note that multiple of these options can be given on the command line and they can be combined to provide multiple level filtering/sorting.
In addition to the above, it is nice to have options to represent grouping, sorting and filtering of groups. However this is not required as often as the options above:
The regex determines the benchmarks that will be placed in the given group name.
cc: @SanchayanMaity
The text was updated successfully, but these errors were encountered: