Skip to content

Commit 511c6a6

Browse files
Update JuliaBUGS/benchmark/benchmark.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1e515d1 commit 511c6a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

JuliaBUGS/benchmark/benchmark.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ function _create_results_dataframe(results::OrderedDict{Symbol,BenchmarkResult})
8383
),
8484
)
8585
end
86-
DataFrames.rename!(df, :Density_Time => "Density Time (µs)", :Density_Gradient_Time => "Density+Gradient Time (µs)")
86+
DataFrames.rename!(
87+
df,
88+
:Density_Time => "Density Time (µs)",
89+
:Density_Gradient_Time => "Density+Gradient Time (µs)",
90+
)
8791
return df
8892
end
8993

0 commit comments

Comments
 (0)