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
feat: add run metadata labels to config.json (#69)
Add support for arbitrary key-value labels as metadata on benchmark
runs. Labels can be set via YAML config (global.metadata.labels) and/or
CLI flags (--metadata.label=key=value). CLI labels merge with config
labels, with CLI taking precedence on conflicts.
0 commit comments