sharkdp / hyperfine

A command-line benchmarking tool
Apache License 2.0
21.66k stars 349 forks source link

Output cpu, disc and memory information #711

Open thernstig opened 9 months ago

thernstig commented 9 months ago

Would it be possible for hyperfine to output information about the cpu (type, brand, generation, cores) as well as memory and disc information as part of its results.

It is good information to see if users run the same benchmark on different machines.

jjpxiii commented 9 months ago

It would be great ! I can try to do this if it helps.

sharkdp commented 9 months ago

I would certainly like to see this being part of the JSON export. Maybe we can also add it to the terminal output, but only behind a feature flag. What do you think?

thernstig commented 9 months ago

Yes, part of the CLI in one way or another was my initial idea, so thumbs up for that.