From 0ca9080b1c99bf9a2f3de2788a9cb330c27c4d5f Mon Sep 17 00:00:00 2001 From: itsdfish Date: Thu, 18 Jul 2024 08:14:29 -0400 Subject: [PATCH] run formater --- benchmark/benchmarks.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/benchmarks.jl b/benchmark/benchmarks.jl index 459e730..2ce37ac 100644 --- a/benchmark/benchmarks.jl +++ b/benchmark/benchmarks.jl @@ -107,7 +107,7 @@ 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), @@ -115,4 +115,4 @@ for n ∈ n_chunks samples = 1000, setup = (actr = create_model($n; parms1...)) ) -end \ No newline at end of file +end