We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f2f1d commit e733eb3Copy full SHA for e733eb3
1 file changed
test/bench2.jl
@@ -45,9 +45,8 @@ vsm_solver = Solver{P}(aerodynamic_model_type=VSM)
45
# Step 5: Solve using both methods
46
println("Rectangular wing, solve_base!:")
47
@btime results_vsm_base = solve_base!($vsm_solver, $wa) # 112 allocations
48
-# time Python: 32.0 ms Ryzen 7950x
49
-# time Julia: 0.6 ms Ryzen 7950x
50
-# 0.47 ms laptop, performance mode, grid
+# time Python: 32.0 ms Ryzen 7950x
+# time Julia: 0.45 ms laptop, performance mode, grid
51
println("Rectangular wing, solve!:")
52
-@btime sol = solve!($vsm_solver, $wa) # 590 allocations
+@btime sol = solve!($vsm_solver, $wa) # 590 allocations
53
nothing
0 commit comments