Skip to content

Commit

Permalink
[AUTO] JuliaFormatter.jl run (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: PierreMartinon <[email protected]>
  • Loading branch information
github-actions[bot] and PierreMartinon authored Aug 28, 2024
1 parent 64ce438 commit e46ff08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/prof.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ if test_time
direct_solve(ocp, grid_size = grid_size, display = false, max_iter = 2)
end
println("Timed solve")
@timev sol = direct_solve(ocp, grid_size = grid_size, display=false)
@btime sol = direct_solve(ocp, grid_size = grid_size, display=false)
@timev sol = direct_solve(ocp, grid_size = grid_size, display = false)
@btime sol = direct_solve(ocp, grid_size = grid_size, display = false)
end

if precompile
Expand Down

0 comments on commit e46ff08

Please sign in to comment.