[FR] Aggregate multiple benchmark output files
Open
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.8k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 8
Description
**Is your feature request related to a problem? Please describe.**
I run a benchmark and store the results in JSON format. I'd like to have an option to aggregate the repetitions of the same benchmark from multiple JSON files.
**Describe the solution you'd like**
```
compare.py merge a.json b.json
```
**Describe alternatives you've considered**
I can write such a script myself. But maybe such solution already exist and I just can't find it.
Contributor guide
Assessment
This issue has not been assessed yet.