We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71846d commit f06db22Copy full SHA for f06db22
1 file changed
test/bench2.jl
@@ -49,5 +49,5 @@ println("Rectangular wing, solve_base:")
49
# time Julia: 0.6 ms Ryzen 7950x
50
# 0.47 ms laptop, performance mode, grid
51
println("Rectangular wing, solve!:")
52
-@btime sol = solve!($vsm_solver, $wa) # 608 allocations
+@btime sol = solve!($vsm_solver, $wa) # 590 allocations
53
nothing
0 commit comments