BaseBenchmarks.jl
BaseBenchmarks.jl copied to clipboard
Add benchmark for heterogenous tuples/array literals
Ref. https://github.com/JuliaLang/julia/pull/39035
Should probably be in the arrays category also.
Yeah, I wasn't quite sure where to put it, since it's kind of arrays but also not really since it's truly about the type of the literals here 🤔 I'll move it.
Is there an existing benchmarking category in array that I should use for this? Originally I chose the category based on the categories in misc, but those in array don't seem to fit this.