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