Skip to content

Commit fa36b03

Browse files
committed
perf: only run oceananigans (drop me)
1 parent eb8c18e commit fa36b03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmark/setup.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ Run all benchmark subdirectories in separate processes and aggregate results.
121121
"""
122122
function run_all_benchmarks(backend::String)
123123
base_dir = dirname(@__FILE__)
124-
benchmark_dirs = find_benchmark_dirs(base_dir)
124+
# benchmark_dirs = find_benchmark_dirs(base_dir)
125+
benchmark_dirs = ["oceananigans"] # XXX: remove
125126

126127
@info "Found $(length(benchmark_dirs)) benchmark directories: $(basename.(benchmark_dirs))"
127128

0 commit comments

Comments
 (0)