We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc664d9 commit e84e090Copy full SHA for e84e090
1 file changed
examples/bench.jl
@@ -50,7 +50,7 @@ results_vsm_base = solve_base!(vsm_solver, body_aero, nothing)
50
println("Rectangular wing, solve_base!:")
51
@time results_vsm_base = solve_base!(vsm_solver, body_aero, nothing)
52
# time Python: 32.0 ms Ryzen 7950x
53
-# time Julia: 0.34 ms Ryzen 7950x
+# time Julia: 0.42 ms Ryzen 7950x
54
println("Rectangular wing, solve!:")
55
@time sol = solve!(vsm_solver, body_aero, nothing)
56
println("Rectangular wing, solve:")
0 commit comments