Skip to content

Commit

Permalink
run formater
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Jul 18, 2024
1 parent 77c8c07 commit 0ca9080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ end
####################################################################################################
SUITE[:blend] = BenchmarkGroup()
parms1 = (blc = 1.0, δ = 1.0, γ = 6, mmp = false, sa = false, bll = false, noise = true)
blended_slots = [:slot,]
blended_slots = [:slot]
for n n_chunks
SUITE[:blend][n] = @benchmarkable(
blend_chunks(actr, blended_slots; s = 1),
evals = 10,
samples = 1000,
setup = (actr = create_model($n; parms1...))
)
end
end

0 comments on commit 0ca9080

Please sign in to comment.