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

General benchmarking framework #86

Merged
merged 9 commits into from
Dec 29, 2023
Merged

General benchmarking framework #86

merged 9 commits into from
Dec 29, 2023

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    d555e1b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Workflow running as intended, tested for multiple Julia versions, cas…

    …e configuration, backends.
    
    Reverted the dependencies added in WaterLily, and these are now included in the benchmarks environment.
    To run the benchmarks, the benchmarks environment is activated, while WaterLily is marked as a development package.
    b-fg committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    564937b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Finished framework, added documentation in the bash file, and fixed s…

    …ubproject dependencies.
    b-fg committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    93b9dd6 View commit details
    Browse the repository at this point in the history
  2. Deleted old TGV benchmarks.

    b-fg committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ddb2e85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16f286e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Fixed typo in docs.

    b-fg committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1cc8c3f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Improved error verbose in benchmark.sh as suggested by @giordano

    Co-authored-by: Mosè Giordano <[email protected]>
    b-fg and giordano committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    32e2463 View commit details
    Browse the repository at this point in the history
  2. Added newline at end of file.

    Co-authored-by: Mosè Giordano <[email protected]>
    b-fg and giordano committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3e53d2f View commit details
    Browse the repository at this point in the history
  3. Added suggestions by @giordano:

     - juliaup now uses the +{version} approach instead of modifying the default juliaup version
     - Pkg.develop now uses dirname(@__DIR__)
    
    Also moved docs to the new README.md file to improve readability.
    b-fg committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    ba88cc9 View commit details
    Browse the repository at this point in the history