reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
213 stars 100 forks source link

[feat] Make processor model available through `ProcessorInfo` #3150

Closed vkarak closed 3 months ago

vkarak commented 3 months ago

This is a follow up of #3107 and defines the model attribute in ProcessorInfo.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.65%. Comparing base (fe1c3b4) to head (072382d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3150 +/- ## ======================================== Coverage 86.64% 86.65% ======================================== Files 61 61 Lines 12112 12112 ======================================== + Hits 10495 10496 +1 + Misses 1617 1616 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vkarak commented 3 months ago

I would also add a short entry in docs/config_reference.rst under "Processor Info"

I've added also corresponding entry for the devices which was also missing.