cloud-bulldozer / benchmark-wrapper

Python Library to run benchmarks
https://benchmark-wrapper.readthedocs.io
Apache License 2.0
19 stars 56 forks source link

Add coremark-pro #365

Closed ewchong closed 2 years ago

ewchong commented 2 years ago

Description

Added CoreMark-Pro support. See README.md for the details.

/cc @acalhounRH

comet-perf-ci commented 2 years ago

Can one of the admins verify this patch?

codecov-commenter commented 2 years ago

Codecov Report

Merging #365 (6188c13) into master (487ff98) will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #365      +/-   ##
==========================================
- Coverage   39.40%   39.35%   -0.05%     
==========================================
  Files          15       15              
  Lines         868      869       +1     
==========================================
  Hits          342      342              
- Misses        526      527       +1     
Flag Coverage Δ
gha 39.35% <ø> (-0.05%) :arrow_down:
python-3.6 39.35% <ø> (-0.05%) :arrow_down:
unit 39.35% <ø> (-0.05%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
snafu/utils/wrapper_factory.py 62.16% <0.00%> (-1.73%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 487ff98...6188c13. Read the comment docs.

ewchong commented 2 years ago

@jtaleric Not sure why the coverage changed when I didn't touch the file. Both of the CoreMark Pro images build. Anything else that needs to be addressed?