Skip to content

Commit

Permalink
Put benchmark suites in their own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dahong67 committed Nov 4, 2023
1 parent dc961f3 commit 1648671
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ const SUITE = BenchmarkGroup()
SELECTED_SUITES = split(get(ENV, "GCP_BENCHMARK_SUITES", DEFAULT_SUITES))
for suite_name in SELECTED_SUITES
module_name = SUITE_MODULES[suite_name]
include(joinpath(@__DIR__, "$(suite_name).jl"))
include(joinpath(@__DIR__, "suites", "$(suite_name).jl"))
SUITE[suite_name] = eval(module_name).SUITE
end
File renamed without changes.
File renamed without changes.

0 comments on commit 1648671

Please sign in to comment.