Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-existing executables. #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix non-existing executables. #153

wants to merge 1 commit into from

Conversation

dnltz
Copy link

@dnltz dnltz commented Dec 22, 2021

size: Print a warning when an executable does not exist.

  Warning: cubic executable not found.
  Warning: md5sum executable not found.
  Benchmark            size
  ---------            ----
  aha-mont64          27.47
  crc32               92.41
  cubic                0.00

speed: Fail gracefully with a nice error message instead of a python
trace.

   Warning: cubic executable not found.
   Warning: md5sum executable not found.
   Benchmark           Speed
   ---------           -----
   ...
   ud                  10.59
   wikisort            21.80
   ERROR: Failed to compute speed benchmarks

Signed-off-by: Daniel Schultz [email protected]

size: Print a warning when an executable does not exist.

      Warning: cubic executable not found.
      Warning: md5sum executable not found.
      Benchmark            size
      ---------            ----
      aha-mont64          27.47
      crc32               92.41
      cubic                0.00

speed: Fail gracefully with a nice error message instead of a python
       trace.

       Warning: cubic executable not found.
       Warning: md5sum executable not found.
       Benchmark           Speed
       ---------           -----
       ...
       ud                  10.59
       wikisort            21.80
       ERROR: Failed to compute speed benchmarks

Signed-off-by: Daniel Schultz <[email protected]>
@jeremybennett
Copy link
Collaborator

Hi @dnltz Sorry for the slow response. I like this patch. However I think it will still compute the overall Embench score from the successful benchmarks. It should be modified to not compute the overall score unless all the benchmarks succeed. Would you be able to add this. Then I can merge it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants