google/benchmark

[FR] Allow to add more information in the custom output for json

Open

#1.890 aberto em 17 de dez. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (1.539 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (7.968 stars)
Métricas de merge de PR
 (Mesclagem média 4d 2h) (19 fundiu PRs em 30d)

Description

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.

Guia do colaborador