File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2929BIN_PATH = PROJ_ROOT_PATH / "bin"
3030EXAMPLES_REPO_PATH = PROJ_ROOT_PATH .parent / "modflow6-examples"
3131DISTRIBUTION_PATH = PROJ_ROOT_PATH / "distribution"
32- BENCHMARKS_PATH = PROJ_ROOT_PATH / "distribution" / ".benchmarks"
3332DOCS_PATH = PROJ_ROOT_PATH / "doc"
3433MF6IO_PATH = DOCS_PATH / "mf6io"
3534MF6IVAR_PATH = MF6IO_PATH / "mf6ivar"
@@ -78,10 +77,8 @@ def build_benchmark_tex(
7877):
7978 """Build LaTeX files for MF6 performance benchmarks to go into the release notes."""
8079
81- BENCHMARKS_PATH .mkdir (parents = True , exist_ok = True )
82- benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md"
83-
8480 # run benchmarks again if no benchmarks found on GitHub or overwrite requested
81+ benchmarks_path = output_path / "run-time-comparison.md"
8582 if force or not benchmarks_path .is_file ():
8683 run_benchmarks (
8784 build_path = PROJ_ROOT_PATH / "builddir" ,
You can’t perform that action at this time.
0 commit comments