Mercurial > repos > public > sbplib_julia
view benchmark/make.jl @ 1779:2a8a2b52a112 feature/grids/manifolds
Refactor Interval to its own type. This allows the user better control of the coordinate type of 1d grids
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 16 Sep 2024 08:33:43 +0200 |
parents | 6ae2ec4cef5a |
children |
line wrap: on
line source
rev = nothing baseline = nothing target = nothing if "--rev" ∈ ARGS i = findlast(==("--rev"), ARGS) rev = ARGS[i+1] end if "--target" ∈ ARGS i = findlast(==("--target"), ARGS) target = ARGS[i+1] end if "--baseline" ∈ ARGS i = findlast(==("--baseline"), ARGS) baseline = ARGS[i+1] end include("benchmark_utils.jl") main(;rev, target, baseline)