We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89157f7 commit cb45268Copy full SHA for cb45268
examples/bench.jl
@@ -40,7 +40,8 @@ vsm_solver = Solver(aerodynamic_model_type=:VSM)
40
# Step 5: Solve using both methods
41
results_vsm = solve(vsm_solver, wa)
42
@time results_vsm = solve(vsm_solver, wa)
43
-# time Python: 32.0 ms
44
-# time Julia: 0.6 ms
+# time Python: 32.0 ms Ryzen 7950x
+# time Julia: 0.6 ms Ryzen 7950x
45
+# 0.8 ms laptop, performance mode, battery
46
47
nothing
0 commit comments