Skip to content

Commit e733eb3

Browse files
committed
Update comment
1 parent 26f2f1d commit e733eb3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

test/bench2.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ vsm_solver = Solver{P}(aerodynamic_model_type=VSM)
4545
# Step 5: Solve using both methods
4646
println("Rectangular wing, solve_base!:")
4747
@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
48+
# time Python: 32.0 ms Ryzen 7950x
49+
# time Julia: 0.45 ms laptop, performance mode, grid
5150
println("Rectangular wing, solve!:")
52-
@btime sol = solve!($vsm_solver, $wa) # 590 allocations
51+
@btime sol = solve!($vsm_solver, $wa) # 590 allocations
5352
nothing

0 commit comments

Comments
 (0)