We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8c18e commit fa36b03Copy full SHA for fa36b03
benchmark/setup.jl
@@ -121,7 +121,8 @@ Run all benchmark subdirectories in separate processes and aggregate results.
121
"""
122
function run_all_benchmarks(backend::String)
123
base_dir = dirname(@__FILE__)
124
- benchmark_dirs = find_benchmark_dirs(base_dir)
+ # benchmark_dirs = find_benchmark_dirs(base_dir)
125
+ benchmark_dirs = ["oceananigans"] # XXX: remove
126
127
@info "Found $(length(benchmark_dirs)) benchmark directories: $(basename.(benchmark_dirs))"
128
0 commit comments