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

Commits on Dec 22, 2021

  1. Fix non-existing executables.

    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]>
    dnltz committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ddaaeb5 View commit details
    Browse the repository at this point in the history