Skip to content

Commit 5b7f2e4

Browse files
committed
Update comment
1 parent f6e06f3 commit 5b7f2e4

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
@@ -50,7 +50,7 @@ results_vsm_base = solve_base!(vsm_solver, body_aero, nothing)
5050
println("Rectangular wing, solve_base!:")
5151
@time results_vsm_base = solve_base!(vsm_solver, body_aero, nothing)
5252
# time Python: 32.0 ms Ryzen 7950x
53-
# time Julia: 0.42 ms Ryzen 7950x
53+
# time Julia: 0.34 ms Ryzen 7950x
5454
println("Rectangular wing, solve!:")
5555
@time sol = solve!(vsm_solver, body_aero, nothing)
5656
println("Rectangular wing, solve:")

0 commit comments

Comments
 (0)