Skip to content

Commit b9a4525

Browse files
committed
Update comment
1 parent 1cc632e commit b9a4525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/bench.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ results_vsm_base = solve_base!(vsm_solver, body_aero, nothing)
4646
println("Rectangular wing, solve_base!:")
4747
@time results_vsm_base = solve_base!(vsm_solver, body_aero, nothing)
4848
# time Python: 32.0 ms Ryzen 7950x
49-
# time Julia: 0.42 ms Ryzen 7950x
49+
# time Julia: 0.35 ms Ryzen 7950x
5050
println("Rectangular wing, solve!:")
5151
@time sol = solve!(vsm_solver, body_aero, nothing)
5252
println("Rectangular wing, solve:")

0 commit comments

Comments
 (0)