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

Add Parallel benchmark mergesort #336

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Apr 4, 2022

  1. added two serial benchmarks namely: hamming and soli with their respe…

    …ctive dune files with corresponding runs in run_config.json
    ernestmusong committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3800135 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Delete opam

    Compiler opam removed
    ernestmusong authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    243ab2e View commit details
    Browse the repository at this point in the history
  2. Update dune

    ernestmusong authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3986593 View commit details
    Browse the repository at this point in the history
  3. Delete opam

    ernestmusong authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0e8035e View commit details
    Browse the repository at this point in the history
  4. Delete opam

    ernestmusong authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    29bc058 View commit details
    Browse the repository at this point in the history
  5. Delete opam

    ernestmusong authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    2c64466 View commit details
    Browse the repository at this point in the history
  6. Delete opam

    ernestmusong authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    eba9e58 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    5403364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa85030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    677b6c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. test

    ernestmusong committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    0d858dc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. changed params values

    ernestmusong committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    8384c85 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    7a5e851 View commit details
    Browse the repository at this point in the history
  2. update mergesort dune

    ernestmusong committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    47eabb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Create common.ml

    ernestmusong authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    f5371f4 View commit details
    Browse the repository at this point in the history
  2. Delete common.ml

    ernestmusong authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d6a4343 View commit details
    Browse the repository at this point in the history
  3. Create common.ml

    ernestmusong authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    2865c3d View commit details
    Browse the repository at this point in the history
  4. Update dune

    ernestmusong authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    60a2bcd View commit details
    Browse the repository at this point in the history
  5. Update dune

    ernestmusong authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5c48579 View commit details
    Browse the repository at this point in the history
  6. Update dune

    ernestmusong authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a8e4e8a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Update dune

    ernestmusong authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    a71ad9f View commit details
    Browse the repository at this point in the history