Skip to content

Commit

Permalink
Tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Oct 25, 2024
1 parent fc85db3 commit e9d486f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ geometries = (

SUITE["Integrals"] = let s = BenchmarkGroup()
for (int, rule, geometry) in Iterators.product(integrands, rules, geometries)
n1, n2 = geometry.name,"$(int.name) $(rule.name)"
N = rule.N
n1, n2, N = geometry.name,"$(int.name) $(rule.name)", rule.N
s[n1, n2] = @benchmarkable integral($int.f, $geometry.item, $rule.rule) evals=N
end
s
Expand Down

0 comments on commit e9d486f

Please sign in to comment.