Commit e9c9197 1 parent 7de09da commit e9c9197 Copy full SHA for e9c9197
File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 29
29
BIN_PATH = PROJ_ROOT_PATH / "bin"
30
30
EXAMPLES_REPO_PATH = PROJ_ROOT_PATH .parent / "modflow6-examples"
31
31
DISTRIBUTION_PATH = PROJ_ROOT_PATH / "distribution"
32
- BENCHMARKS_PATH = PROJ_ROOT_PATH / "distribution" / ".benchmarks"
33
32
DOCS_PATH = PROJ_ROOT_PATH / "doc"
34
33
MF6IO_PATH = DOCS_PATH / "mf6io"
35
34
MF6IVAR_PATH = MF6IO_PATH / "mf6ivar"
@@ -78,10 +77,8 @@ def build_benchmark_tex(
78
77
):
79
78
"""Build LaTeX files for MF6 performance benchmarks to go into the release notes."""
80
79
81
- BENCHMARKS_PATH .mkdir (parents = True , exist_ok = True )
82
- benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md"
83
-
84
80
# run benchmarks again if no benchmarks found on GitHub or overwrite requested
81
+ benchmarks_path = output_path / "run-time-comparison.md"
85
82
if force or not benchmarks_path .is_file ():
86
83
run_benchmarks (
87
84
build_path = PROJ_ROOT_PATH / "builddir" ,
You can’t perform that action at this time.
0 commit comments