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

[Benchmark Script] Optimise #28

Merged
merged 2 commits into from
Mar 30, 2022
Merged

[Benchmark Script] Optimise #28

merged 2 commits into from
Mar 30, 2022

Commits on Mar 28, 2022

  1. Merge pull request #27 from Mariosyian/main-dev

    Release #2 [v2.1.1]
    Mariosyian committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    00e24f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Benchmark script update

    - Add new exit code.
    - Remove hard-coded languages/algorithms lists.
    - Update some functions based on shellcheck conventions https://github.com/koalaman/shellcheck.
    - Convert local variable names to lowercase and constants to uppercase.
    - Update usage profiler conditions and score calculation.
    - Remove ls method of filtering directories with the more conventional find command.
    - Update java compilation steps to create and run a .jar file.
    - Add regex check for <language>-<alphanumeric> directory name structure.
    - Update python black version due to ImportError.
    Mariosyian committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    332e3cb View commit details
    Browse the repository at this point in the history