Skip to content

Commit

Permalink
Add benchmark task
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Apr 3, 2024
1 parent 2582128 commit c201382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
ls -lh ../examples/
- name: Run benchmarks
working-directory: modflow6/distribution
run: python benchmark.py
working-directory: modflow6
run: pixi run benchmark
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down
3 changes: 2 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ fortran-format-check = "python .github/common/fortran_format_check.py"
msvs-vfproj-check = "python .github/common/msvs_vfproj_check.py"
update-flopy = { cmd = "python update_flopy.py", cwd = "autotest" }
update-version = { cmd = "python update_version.py", cwd = "distribution" }
update-doxyfile-version = { cmd = "python update_doxyfile_version.py", cwd = ".build_rtd_docs"}
update-doxyfile-version = { cmd = "python update_doxyfile_version.py", cwd = ".build_rtd_docs" }
get-exes = { cmd = "pytest -v --durations 0 get_exes.py", cwd = "autotest" }
build-makefiles = "python build_makefiles.py"
deprecations = "python deprecations.py"
benchmark = { cmd = "python benchmark.py", cwd = "distribution" }

# CI
setup-strict = "meson setup -Ddebug=false -Dwerror=true"
Expand Down

0 comments on commit c201382

Please sign in to comment.