Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

tools: perf: store metadata in the benchmarking results file #1254

Open
janekmi opened this issue Sep 2, 2021 · 0 comments
Open

tools: perf: store metadata in the benchmarking results file #1254

janekmi opened this issue Sep 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@janekmi
Copy link

janekmi commented Sep 2, 2021

Currently, when benchmarking is done a few JSON files come to existence e.g.:

.
├── apm_dram_vs_pmem.json
├── apm_pmem_vs_gpspm_pmem.json
├── ib_read_vs_rpma_read_dram.json
├── mix_rand.json
├── mix_seq.json
├── report.json
└── rpma_read_dram_vs_pmem.json

They are tailored to be input data for generating figures and the report but they also may be consumed using different measures. In doing so, the end-user may lose reference where given files come from and the result of what benchmarking they are, which is stored in other JSON files.

The idea is to store some metadata in those files just in case they would be decoupled from the rest of the resources.

@janekmi janekmi added the enhancement New feature or request label Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant