TidierOrg / TidierData.jl

Tidier data transformations in Julia, modeled after the dplyr/tidyr R packages.
MIT License
86 stars 7 forks source link

small change to benchmark.jl to show comparisons #33

Closed drizk1 closed 1 year ago

drizk1 commented 1 year ago

Looked at the benchmark page on the documentation and it was only showing the results for the dataframes benchmark for each test because that came second for each. Hopefully fixed this issue to allow for comparisons with this brief pull request.