Skip to content

Commit

Permalink
Adding benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
wallytutor committed Jan 5, 2025
1 parent 5c18318 commit f8f96dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devel/nasa-functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ funcs7 = CompiledThermoFunctions(nasa7)
funcs7.specific_heat(298.15) / mw

# ╔═╡ 5a7902d5-92c6-4911-8d50-85987dc41461
@btime funcs7.specific_heat.(300:0.01:3000)
@benchmark funcs7.specific_heat.(300:0.01:3000)

# ╔═╡ a0bb5537-f9c6-4fb9-835a-0ab6c69eb9b2
with_theme() do
Expand Down

0 comments on commit f8f96dd

Please sign in to comment.