-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
If I set a description on a benchmark, I lose the method name in the generated CSV.
The method name is in a way the unique identifier of the benchmark, whereas a description is merely describing what the benchmark is meant to test, and not guaranteed to be unique either.
Could we instead of having a single "Method" column, have two: Method
and Description
so the output could have both? It becomes rather important when storing daily benchmarks in a database that the "ID" of the benchmark stays unique and consistent, but a description can be allowed to change any time.
I assume this behavior is caused by this line:
WorkloadMethodDisplayInfo = FormatDescription(description) ?? workloadMethod?.Name ?? "Untitled"; |
But it's misleading in the report output to have the description listed under "Method"
mstefarov
Metadata
Metadata
Assignees
Labels
No labels