Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
paraynaud authored Apr 11, 2023
1 parent 2879888 commit 8c6cfc6
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 @@ -27,12 +27,12 @@ res = similar(pv_x)

Krylov.solve!(solver, lo_epm, -pv_gradient)
SUITE["Krylov small PartitionedVectors"] = BenchmarkGroup()
SUITE["Krylov small PartitionedVectors"] = @benchmarkable Krylov.solve!(solver, lo_epm, -pv_gradient)
SUITE["Krylov small PartitionedVectors"] =
@benchmarkable Krylov.solve!(solver, lo_epm, -pv_gradient)

SUITE["small broadcast"] = BenchmarkGroup()
SUITE["small broadcast"] = @benchmarkable res .= pv_gradient .+ 3 .* pv_gradient


N = 1500
n = 20000
nie = 15
Expand Down

0 comments on commit 8c6cfc6

Please sign in to comment.