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

tools: perf: make the result files more compact #1255

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

tools: perf: make the result files more compact #1255

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 prepared for further processing by other scripts (report_figures.py, report_create.py). But as text files, it may be desirable for the end-user to read them directly. This may not be convenient because data points inside them are pretty spread out.

@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