vl.json
{"$schema":"https://vega.github.io/schema/vega-lite/v6.json","title":"Performance comparison between several variants of `collect` and `collect_as`","repeat":["minimal measured time (ns)","measured allocated bytes","measured allocations"],"spec":{"mark":"line","encoding":{"row":{"field":"eltype(iterator)"},"column":{"field":"IteratorSize(iterator)"},"x":{"field":"length(iterator)","type":"quantitative"},"y":{"field":{"repeat":"repeat"},"type":"quantitative"},"color":{"field":"description","type":"nominal"}}},"transform":[{"filter":"indexof(datum.description, \"FixedSize\") < 0"}],"data":{"name":"benchmark data","values":[{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":1,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":33.24,"measured allocated bytes":112,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":1,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":24.82,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":1,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":12.4,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":1,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":24.82,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":1,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":30.06,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":1,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":24.82,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":1,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":24.64,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":1,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":24.82,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":1,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.82,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":1,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.62,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":1,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.22,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":1,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.62,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":1,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.02,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":1,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.62,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":1,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.42,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":1,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.62,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":2,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":33.64,"measured allocated bytes":112,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":2,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":25.24,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":2,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":33.46,"measured allocated bytes":112,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":2,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":25.42,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":2,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":29.84,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":2,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":25.24,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":2,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":25.24,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":2,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":25.44,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":2,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.02,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":2,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.82,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":2,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.62,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":2,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.82,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":2,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.82,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":2,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.62,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":2,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.62,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":2,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.62,"measured allocated bytes":64,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":3,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":34.04,"measured allocated bytes":112,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":3,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":27.24,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":3,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":33.84,"measured allocated bytes":112,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":3,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":27.24,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":3,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":32.26,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":3,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":27.24,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":3,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":27.24,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":3,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":27.24,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":3,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.42,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":3,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.02,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":3,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.82,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":3,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.02,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":3,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.62,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":3,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.02,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":3,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.02,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":3,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":14.84,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":4,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":54.28,"measured allocated bytes":176,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":4,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":45.66,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":4,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":34.26,"measured allocated bytes":112,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":4,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":45.86,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":4,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":52.9,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":4,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":45.86,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":4,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":45.68,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":4,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":51.88,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":4,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.62,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":4,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.82,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":4,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.02,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":4,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.22,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":4,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.02,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":4,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.22,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":4,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.42,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":4,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.22,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":5,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":54.5,"measured allocated bytes":176,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":5,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":46.28,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":5,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":53.9,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":5,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":46.48,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":5,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":53.5,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":5,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":46.28,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":5,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":46.28,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":5,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":52.1,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":5,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.02,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":5,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.22,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":5,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.22,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":5,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.44,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":5,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.22,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":5,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.62,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":5,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.02,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":5,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.42,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":6,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":55.3,"measured allocated bytes":176,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":6,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":48.08,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":6,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":54.68,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":6,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":48.28,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":6,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":54.3,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":6,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":47.88,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":6,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":47.88,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":6,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":52.5,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":6,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.22,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":6,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.44,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":6,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.62,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":6,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.82,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":6,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.62,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":6,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.02,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":6,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.62,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":6,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":15.82,"measured allocated bytes":80,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":7,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":55.9,"measured allocated bytes":176,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":7,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":48.68,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":7,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":55.1,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":7,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":48.68,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":7,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":55.1,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":7,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":48.68,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":7,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":48.68,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":7,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":53.68,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":7,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.62,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":7,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.84,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":7,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.22,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":7,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.42,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":7,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.02,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":7,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.64,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":7,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.82,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":7,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.62,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":8,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":56.3,"measured allocated bytes":176,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":8,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":49.28,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":8,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":55.7,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":8,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":49.28,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":8,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":55.7,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":8,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":49.08,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":8,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":49.08,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":8,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":55.1,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":8,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.02,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":8,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.82,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":8,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.62,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":8,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":16.82,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":8,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.62,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":8,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.02,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":8,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.04,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":8,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.22,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":9,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":56.9,"measured allocated bytes":176,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":9,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":49.08,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":9,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":56.1,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":9,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":49.68,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":9,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":56.92,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":9,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":49.7,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":9,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":49.28,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":9,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":55.5,"measured allocated bytes":144,"measured allocations":3},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":9,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.42,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":9,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.42,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":9,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.22,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":9,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.04,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":9,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.82,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":9,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.24,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":9,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.02,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":9,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.42,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":10,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":78.94,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":10,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":69.32,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":10,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":56.72,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":10,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":69.12,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":10,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":77.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":10,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":69.12,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":10,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":69.12,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":10,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":78.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":10,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.62,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":10,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.64,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":10,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.62,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":10,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.42,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":10,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.22,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":10,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.82,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":10,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.64,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":10,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":17.64,"measured allocated bytes":96,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":11,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.54,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":11,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":70.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":11,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":57.3,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":11,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":70.52,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":11,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":78.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":11,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":70.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":11,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":70.52,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":11,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":77.36,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":11,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.22,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":11,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.62,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":11,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.22,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":11,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.02,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":11,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.64,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":11,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.42,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":11,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.24,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":11,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.42,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":12,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.54,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":12,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":71.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":12,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":57.7,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":12,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":71.52,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":12,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":12,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":71.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":12,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":71.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":12,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":78.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":12,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.82,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":12,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.62,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":12,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.82,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":12,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.42,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":12,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.24,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":12,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.84,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":12,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.84,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":12,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":18.84,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":13,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":80.16,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":13,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":71.94,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":13,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":58.3,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":13,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":71.94,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":13,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":80.36,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":13,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":72.14,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":13,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":71.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":13,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":80.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":13,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.22,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":13,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.42,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":13,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.22,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":13,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.02,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":13,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.44,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":13,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.22,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":13,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.82,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":13,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.24,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":14,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":80.36,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":14,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":72.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":14,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":58.9,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":14,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":72.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":14,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":80.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":14,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":72.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":14,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":72.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":14,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":78.94,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":14,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.82,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":14,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.84,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":14,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.82,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":14,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.22,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":14,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.04,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":14,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.82,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":14,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.84,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":14,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":19.82,"measured allocated bytes":112,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":15,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":81.36,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":15,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":72.94,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":15,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":59.52,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":15,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":73.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":15,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":81.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":15,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":73.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":15,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":72.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":15,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":80.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":15,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.24,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":15,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.44,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":15,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.44,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":15,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.42,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":15,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.84,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":15,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.44,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":15,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.44,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":15,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":20.44,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":16,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":81.56,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":16,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":73.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":16,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":60.3,"measured allocated bytes":208,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":16,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":73.92,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":16,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.36,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":16,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":74.14,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":16,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":75.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":16,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.36,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":16,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.04,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":16,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.04,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":16,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.64,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":16,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.24,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":16,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.24,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":16,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.24,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":16,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.84,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":16,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.24,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":17,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":81.76,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":17,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":74.14,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":17,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":87.76,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":17,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":74.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":17,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":83.76,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":17,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":74.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":17,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":74.14,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":17,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":81.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":17,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.24,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":17,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.24,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":17,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.04,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":17,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.04,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":17,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.04,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":17,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.84,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":17,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.04,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":17,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.04,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":18,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.56,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":18,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":74.94,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":18,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":87.98,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":18,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":74.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":18,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":18,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":74.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":18,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":74.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":18,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":18,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.64,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":18,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.04,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":18,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.44,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":18,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":21.44,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":18,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.44,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":18,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.64,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":18,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.04,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":18,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.64,"measured allocated bytes":128,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":19,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":83.36,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":19,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":75.94,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":19,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":89.58,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":19,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":75.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":19,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":19,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":75.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":19,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":75.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":19,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":19,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.24,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":19,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":24.04,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":19,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.24,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":19,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":22.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":19,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.24,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":19,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.04,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":19,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":19,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.44,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":20,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.96,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":20,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":76.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":20,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":88.36,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":20,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":76.14,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":20,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":85.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":20,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":76.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":20,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":76.94,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":20,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":20,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":20,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":24.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":20,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":20,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.24,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":20,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":20,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":20,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":24.44,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":20,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":21,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.76,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":21,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":77.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":21,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":93.78,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":21,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":77.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":21,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":87.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":21,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":77.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":21,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":78.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":21,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":85.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":21,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":24.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":21,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":25.04,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":21,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":24.64,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":21,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":23.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":21,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":24.64,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":21,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":24.64,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":21,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":25.44,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":21,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":24.84,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":22,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":86.16,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":22,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":78.14,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":22,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":91.36,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":22,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":22,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":88.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":22,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":78.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":22,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":78.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":22,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":86.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":22,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":25.44,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":22,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":26.04,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":22,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":25.24,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":22,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":24.44,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":22,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":25.26,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":22,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":25.44,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":22,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":26.66,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":22,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":25.64,"measured allocated bytes":144,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":23,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":87.36,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":23,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":23,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":91.18,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":23,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":23,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":89.98,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":23,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.54,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":23,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":23,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":86.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":23,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":26.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":23,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":26.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":23,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":26.24,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":23,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":25.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":23,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":26.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":23,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":26.44,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":23,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":27.26,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":23,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":26.44,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":24,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":88.36,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":24,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":80.34,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":24,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":95.98,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":24,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":24,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":91.76,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":24,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":24,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":79.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":24,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":88.18,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":24,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":27.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":24,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":27.24,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":24,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":27.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":24,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":26.06,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":24,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":27.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":24,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":30.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":24,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":28.24,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":24,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":27.66,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":25,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":90.96,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":25,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.36,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":25,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":94.18,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":25,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.76,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":25,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":93.18,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":25,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":81.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":25,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":81.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":25,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":91.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":25,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":28.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":25,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":28.04,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":25,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":28.66,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":25,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":27.26,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":25,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":29.24,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":25,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":28.64,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":25,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":29.46,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":25,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":29.64,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":26,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":91.98,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":26,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":26,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":93.98,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":26,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.74,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":26,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":96.18,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":26,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":26,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":83.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":26,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":91.98,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":26,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":28.64,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":26,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":29.84,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":26,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":29.86,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":26,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":28.44,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":26,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":29.86,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":26,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":29.26,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":26,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":29.86,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":26,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":30.44,"measured allocated bytes":160,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":27,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":93.58,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":27,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.36,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":27,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":92.96,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":27,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":82.94,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":27,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":96.38,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":27,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":27,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":83.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":27,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":94.18,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":27,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":30.04,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":27,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":30.26,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":27,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":30.84,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":27,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":29.64,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":27,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":31.66,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":27,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":31.46,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":27,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":32.06,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":27,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":31.06,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":28,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":94.38,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":28,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":85.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":28,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":93.78,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":28,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":28,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":96.78,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":28,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":85.76,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":28,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":85.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":28,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":93.38,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":28,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":30.86,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":28,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":30.46,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":28,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":31.86,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":28,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":30.24,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":28,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":31.26,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":28,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":31.66,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":28,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":32.06,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":28,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":32.06,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":29,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":95.58,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":29,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":29,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":96.38,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":29,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":85.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":29,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":97.58,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":29,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":87.36,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":29,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":84.76,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":29,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":93.38,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":29,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":31.86,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":29,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":32.26,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":29,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":33.06,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":29,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":31.24,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":29,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":32.86,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":29,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":32.46,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":29,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":32.66,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":29,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":33.26,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":30,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":96.18,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":30,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":86.36,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":30,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":95.58,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":30,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":88.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":30,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":100.8,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":30,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":86.76,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":30,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":86.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":30,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":95.78,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":30,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":32.86,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":30,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":32.86,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":30,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":33.46,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":30,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":31.86,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":30,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":34.26,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":30,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":34.86,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":30,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":34.06,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":30,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":34.86,"measured allocated bytes":176,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":31,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":98.2,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":31,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":87.36,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":31,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":99.18,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":31,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":87.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":31,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":101.38,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":31,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":88.76,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":31,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":87.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":31,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":97.58,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":31,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":34.26,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":31,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":33.46,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":31,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":34.46,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":31,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":33.26,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":31,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.68,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":31,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":34.86,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":31,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.08,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":31,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.66,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":32,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":99.38,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":32,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":88.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":32,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":100.18,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":32,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":89.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":32,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":101.38,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":32,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":90.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":32,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":88.58,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":32,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":99,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":32,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":34.48,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":32,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":34.08,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":32,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.06,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":32,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":33.66,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":32,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.66,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":32,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.46,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":32,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.66,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":32,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.06,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":33,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":97.98,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":33,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":88.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":33,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":98,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":33,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":89.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":33,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":100.78,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":33,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":89.98,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":33,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":90.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":33,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":99.18,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":33,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.26,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":33,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.06,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":33,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.46,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":33,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.06,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":33,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":37.26,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":33,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":37.06,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":33,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.46,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":33,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.46,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":34,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":99.6,"measured allocated bytes":336,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":34,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":89.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":34,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":99.38,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":34,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":89.96,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":34,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":103.98,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":34,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":91.56,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":34,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":91.16,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":34,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":101,"measured allocated bytes":304,"measured allocations":4},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":34,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.66,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":34,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.08,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":34,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.66,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":34,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":35.46,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":34,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.08,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":34,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.06,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":34,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":37.28,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":34,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":37.68,"measured allocated bytes":192,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":35,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.48,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":35,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":35,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":99.18,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":35,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":184.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":35,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":144.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":35,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":155.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":35,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":35,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":189.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":35,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.26,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":35,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.86,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":35,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.06,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":35,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.86,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":35,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.06,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":35,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.66,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":35,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.28,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":35,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.46,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":36,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":196.56,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":36,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":36,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":99.78,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":36,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":190.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":36,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":137.86,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":36,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":36,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":196.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":36,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":190.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":36,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":37.66,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":36,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":37.28,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":36,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.66,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":36,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":36.86,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":36,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.46,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":36,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.06,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":36,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.68,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":36,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.86,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":37,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":203.58,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":37,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":37,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":100.4,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":37,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":188.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":37,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":37,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":37,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":37,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":196.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":37,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":37.86,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":37,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.08,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":37,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.66,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":37,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":37.46,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":37,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.46,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":37,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.86,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":37,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":40.08,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":37,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.68,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":38,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":193.78,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":38,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":172.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":38,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":101.98,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":38,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":173.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":38,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":148.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":38,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":174.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":38,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":196.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":38,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":196.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":38,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.48,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":38,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.68,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":38,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.86,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":38,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":38.66,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":38,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":40.86,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":38,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":41.06,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":38,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":40.86,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":38,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":41.68,"measured allocated bytes":208,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":39,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.94,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":39,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":39,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":100.78,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":39,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":208.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":39,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":149.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":39,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":39,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":174.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":39,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":39,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.86,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":39,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":40.08,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":39,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":40.68,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":39,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":39.28,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":39,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.08,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":39,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.08,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":39,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.28,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":39,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":41.08,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":40,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":206.18,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":40,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":40,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":103.38,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":40,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":204.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":40,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":144.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":40,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":149.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":40,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":187.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":40,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":40,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":40.66,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":40,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":40.48,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":40,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.28,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":40,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":40.06,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":40,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":43.08,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":40,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.5,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":40,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.68,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":40,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.88,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":41,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.16,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":41,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":198.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":41,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":103,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":41,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":200.38,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":41,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":208.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":41,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":41,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":221.82,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":41,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":202.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":41,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.48,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":41,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.08,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":41,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.48,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":41,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":40.46,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":41,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":44.08,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":41,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":44.28,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":41,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":43.1,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":41,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":43.68,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":42,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":207.58,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":42,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":202.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":42,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":101.98,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":42,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":199.38,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":42,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":204.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":42,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":42,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.62,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":42,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":221.22,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":42,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.08,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":42,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":41.68,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":42,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":43.28,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":42,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":41.66,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":42,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":44.88,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":42,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":44.88,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":42,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":43.48,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":42,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.1,"measured allocated bytes":224,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":43,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":217.82,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":43,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":200.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":43,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":102.98,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":43,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":198.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":43,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":43,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":196.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":43,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":43,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":203.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":43,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":43.08,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":43,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.88,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":43,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.08,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":43,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":42.88,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":43,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.3,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":43,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":44.28,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":43,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":44.88,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":43,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.08,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":44,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":210.6,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":44,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":199.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":44,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":104,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":44,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":208.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":44,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":217.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":44,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":188.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":44,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":216.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":44,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":206,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":44,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":44.28,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":44,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":43.68,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":44,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.88,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":44,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":43.68,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":44,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.28,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":44,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.28,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":44,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.5,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":44,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.7,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":45,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211.2,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":45,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":209.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":45,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":106,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":45,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":208.6,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":45,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":219.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":45,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":198.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":45,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":201.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":45,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":216.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":45,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":44.68,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":45,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":44.1,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":45,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":46.08,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":45,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":43.88,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":45,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":46.08,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":45,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":47.08,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":45,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.48,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":45,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":46.28,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":46,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":198.58,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":46,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":202.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":46,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":106.2,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":46,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":46,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":221.82,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":46,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":198.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":46,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":215.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":46,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":209.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":46,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.28,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":46,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.28,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":46,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.7,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":46,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.48,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":46,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.08,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":46,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.28,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":46,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":47.48,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":46,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.08,"measured allocated bytes":240,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":47,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":208.58,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":47,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":208.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":47,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":106.4,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":47,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":212,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":47,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":47,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":47,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.42,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":47,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":210.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":47,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":46.08,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":47,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.48,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":47,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.08,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":47,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":45.08,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":47,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.68,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":47,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.68,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":47,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.08,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":47,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.48,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":48,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":218.62,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":48,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":205.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":48,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":108.82,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":48,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":209.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":48,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":48,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":205,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":48,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":48,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":48,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":46.68,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":48,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":46.88,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":48,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.48,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":48,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":46.48,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":48,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":49.1,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":48,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.08,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":48,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":49.5,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":48,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.1,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":49,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":219.4,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":49,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":204.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":49,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":108.2,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":49,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":204.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":49,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":220.02,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":49,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":204.38,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":49,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":203.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":49,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":210.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":49,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":47.5,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":49,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.28,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":49,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.08,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":49,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.08,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":49,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.68,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":49,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.28,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":49,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":49.5,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":49,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.68,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":50,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":219.6,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":50,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":197.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":50,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":110,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":50,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":50,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":212.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":50,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":201.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":50,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":212,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":50,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":50,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.28,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":50,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":48.68,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":50,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.48,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":50,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":47.88,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":50,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.08,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":50,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.48,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":50,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.68,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":50,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.5,"measured allocated bytes":256,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":51,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":217.8,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":51,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":212.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":51,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":109.22,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":51,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.62,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":51,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":215.6,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":51,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":193.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":51,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":216.62,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":51,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":51,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":49.88,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":51,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.28,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":51,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.68,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":51,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":49.1,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":51,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.9,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":51,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":53.5,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":51,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.7,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":51,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.7,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":52,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":213.8,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":52,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":217.02,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":52,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":110.22,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":52,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":219,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":52,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":52,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":205.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":52,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":217.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":52,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.02,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":52,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.68,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":52,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.1,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":52,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.5,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":52,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":49.9,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":52,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":53.5,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":52,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.7,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":52,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.5,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":52,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.48,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":53,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":199.18,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":53,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211.6,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":53,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":109.6,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":53,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":221.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":53,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":224.62,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":53,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":208.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":53,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":216.02,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":53,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":212.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":53,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":50.68,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":53,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.28,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":53,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.7,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":53,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.08,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":53,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.3,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":53,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":53.1,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":53,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":53.9,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":53,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.7,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":54,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":221.82,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":54,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":194.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":54,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":110.6,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":54,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":217,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":54,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":204.6,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":54,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":205.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":54,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":54,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":212.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":54,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.3,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":54,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.88,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":54,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.5,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":54,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":51.1,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":54,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":56.3,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":54,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.3,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":54,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.3,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":54,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":55.7,"measured allocated bytes":272,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":55,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":221.62,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":55,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":55,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":113.22,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":55,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":200.38,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":55,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":217.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":55,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":200.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":55,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":55,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":218.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":55,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.9,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":55,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":53.5,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":55,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.7,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":55,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":52.5,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":55,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":55.9,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":55,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":56.32,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":55,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":55.32,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":55,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":55.5,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":56,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":223.22,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":56,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":205.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":56,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":113,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":56,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":219.02,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":56,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":222.62,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":56,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":201.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":56,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":221.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":56,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":212.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":56,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.1,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":56,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":53.1,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":56,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":55.9,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":56,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":53.3,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":56,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":55.9,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":56,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.1,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":56,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":55.72,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":56,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":56.92,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":57,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.5,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":57,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":142.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":57,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":115.02,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":57,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":152.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":57,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.88,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":57,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":158.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":57,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":141.66,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":57,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":57,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.5,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":57,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.3,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":57,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":56.1,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":57,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":53.9,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":57,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.3,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":57,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":56.3,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":57,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":56.5,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":57,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.9,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":58,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":152.28,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":58,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":58,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":115.82,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":58,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":150.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":58,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":58,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":149.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":58,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":144.66,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":58,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":58,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":55.1,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":58,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":55.3,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":58,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":56.7,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":58,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":54.3,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":58,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.3,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":58,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.7,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":58,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.92,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":58,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.32,"measured allocated bytes":288,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":59,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.9,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":59,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":59,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":115.42,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":59,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":150.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":59,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":59,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":59,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":145.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":59,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":152.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":59,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.5,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":59,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":56.12,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":59,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.3,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":59,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":56.5,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":59,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.1,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":59,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":59.3,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":59,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.9,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":59,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.1,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":60,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":154.3,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":60,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":147.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":60,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":116.42,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":60,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":60,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":155.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":60,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":60,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":145.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":60,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":155.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":60,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.92,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":60,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.1,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":60,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.32,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":60,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.1,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":60,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.5,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":60,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.5,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":60,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.92,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":60,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.5,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":61,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.9,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":61,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":146.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":61,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":116.02,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":61,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":145.46,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":61,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":148.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":61,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":147.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":61,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":146.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":61,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":61,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.9,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":61,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.9,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":61,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.72,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":61,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.32,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":61,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":59.92,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":61,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.32,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":61,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.5,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":61,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.92,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":62,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.7,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":62,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":155.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":62,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":118.82,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":62,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":149.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":62,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":62,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":148.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":62,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":149.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":62,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":62,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.72,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":62,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.3,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":62,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.52,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":62,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.7,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":62,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.32,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":62,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.7,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":62,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.72,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":62,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.32,"measured allocated bytes":304,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":63,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.7,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":63,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":150.88,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":63,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":118.42,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":63,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":149.88,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":63,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":63,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":144.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":63,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":139.46,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":63,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":63,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.9,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":63,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":57.5,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":63,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.72,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":63,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.9,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":63,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.32,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":63,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.12,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":63,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.1,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":63,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.12,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":64,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.92,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":64,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":64,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":115.62,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":64,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":152.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":64,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":64,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":64,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":145.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":64,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":64,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.5,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":64,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":59.1,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":64,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.52,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":64,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":58.92,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":64,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.12,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":64,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.52,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":64,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.72,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":64,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.52,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":65,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.3,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":65,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":155.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":65,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":119.64,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":65,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":145.66,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":65,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":65,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":65,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":143.06,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":65,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":155.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":65,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.32,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":65,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.9,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":65,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.9,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":65,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.52,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":65,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":63.52,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":65,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":63.32,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":65,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":63.72,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":65,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.92,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":66,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.5,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":66,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":145.06,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":66,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":118.42,"measured allocated bytes":496,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":66,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":66,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":66,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":145.88,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":66,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":147.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":66,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":66,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.9,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":66,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.1,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":66,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":63.72,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":66,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.32,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":66,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":64.32,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":66,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":63.32,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":66,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":63.92,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":66,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":65.12,"measured allocated bytes":320,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":67,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.12,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":67,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":154.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":67,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.7,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":67,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":67,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":67,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":147.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":67,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":144.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":67,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":67,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":60.5,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":67,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":61.72,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":67,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":64.52,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":67,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.52,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":67,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":65.52,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":67,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":65.72,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":67,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":64.32,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":67,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":65.72,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":68,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.3,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":68,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":68,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":263.28,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":68,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":154.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":68,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":68,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":150.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":68,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":68,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":68,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.52,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":68,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.12,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":68,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":64.52,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":68,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.72,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":68,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":65.14,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":68,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":65.92,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":68,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":64.72,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":68,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.34,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":69,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.72,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":69,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":152.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":69,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":260.68,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":69,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":69,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":69,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":69,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":69,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":69,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":64.72,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":69,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":64.52,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":69,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":66.54,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":69,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":62.12,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":69,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":66.72,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":69,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.32,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":69,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":65.52,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":69,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.12,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":70,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.92,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":70,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":149.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":70,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":248.46,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":70,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":70,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":70,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":154.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":70,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":154.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":70,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":70,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":64.52,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":70,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":65.12,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":70,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":66.92,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":70,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":65.92,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":70,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.34,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":70,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.94,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":70,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.54,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":70,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.52,"measured allocated bytes":336,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":71,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.1,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":71,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":71,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":217.62,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":71,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":71,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":71,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":71,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":71,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":150.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":71,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":66.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":71,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.32,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":71,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.32,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":71,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":64.72,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":71,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.72,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":71,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":69.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":71,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":69.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":71,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.94,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":72,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":172.32,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":72,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":72,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":247.88,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":72,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":72,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":72,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":72,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":147.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":72,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":72,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.72,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":72,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":66.32,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":72,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.52,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":72,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":66.94,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":72,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":70.52,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":72,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":72,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":70.54,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":72,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":69.72,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":73,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":173.72,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":73,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":158.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":73,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":291.76,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":73,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":73,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":73,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":150.88,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":73,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":73,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":73,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.74,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":73,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.32,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":73,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":69.54,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":73,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.32,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":73,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":70.72,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":73,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.12,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":73,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":70.12,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":73,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":70.52,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":74,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.72,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":74,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":74,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":297.16,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":74,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":74,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":74,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":154.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":74,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":148.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":74,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":74,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":69.54,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":74,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.12,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":74,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":70.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":74,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":67.72,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":74,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.12,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":74,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.32,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":74,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.74,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":74,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.54,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":75,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.9,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":75,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":146.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":75,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":285.32,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":75,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":145.26,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":75,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.88,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":75,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":149.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":75,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":149.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":75,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":75,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.72,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":75,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":68.74,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":75,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.54,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":75,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":69.32,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":75,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.14,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":75,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":73.94,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":75,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.94,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":75,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":73.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":76,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.3,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":76,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":150.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":76,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":294.76,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":76,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":76,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":76,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":76,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":146.88,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":76,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":76,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":70.52,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":76,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.12,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":76,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.52,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":76,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":69.94,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":76,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":76,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.14,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":76,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.94,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":76,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":75.14,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":77,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.1,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":77,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":150.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":77,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":297.16,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":77,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":77,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":158.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":77,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":77,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":77,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":77,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":70.72,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":77,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":77,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.94,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":77,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.72,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":77,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":73.52,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":77,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":73.14,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":77,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":73.54,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":77,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":75.54,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":78,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.3,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":78,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":78,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":292.76,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":78,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":154.28,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":78,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":78,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":78,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":146.88,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":78,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":78,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.14,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":78,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.92,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":78,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":78,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":71.74,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":78,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":78,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.74,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":78,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.36,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":78,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.34,"measured allocated bytes":368,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":79,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.52,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":79,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.08,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":79,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":294.76,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":79,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":79,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":79,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":79,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":79,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":79,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":79,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":73.54,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":79,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":79,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":73.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":79,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":79,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.74,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":79,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.74,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":79,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":75.54,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":80,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.72,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":80,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":80,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":291.36,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":80,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":152.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":80,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":80,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":152.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":80,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.68,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":80,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":80,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":80,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":80,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":75.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":80,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.72,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":80,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":77.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":80,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":80,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":77.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":80,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":75.74,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":81,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.14,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":81,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":81,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":282.34,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":81,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":81,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":81,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":81,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":81,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":81,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.92,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":81,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":73.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":81,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":81,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":72.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":81,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":81,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":75.74,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":81,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":77.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":81,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":77.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":82,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.92,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":82,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":82,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":294.36,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":82,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":82,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":82,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":82,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":146.48,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":82,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":82,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":73.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":82,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":82,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":77.16,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":82,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":82,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.56,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":82,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":77.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":82,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":77.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":82,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.36,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":83,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.72,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":83,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":83,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":275.12,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":83,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":83,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":83,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":83,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":83,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":83,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":75.54,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":83,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.74,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":83,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":77.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":83,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":74.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":83,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":80.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":83,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.96,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":83,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":79.16,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":83,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":79.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":84,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.92,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":84,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":84,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":300.18,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":84,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":84,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":84,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":151.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":84,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":152.88,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":84,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":84,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":84,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.76,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":84,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.74,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":84,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":75.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":84,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":79.76,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":84,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":80.36,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":84,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.54,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":84,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.96,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":85,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.12,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":85,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":85,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":303.38,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":85,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":85,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":85,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":85,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":158.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":85,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":85,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":85,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":85,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":79.56,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":85,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.14,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":85,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.16,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":85,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":85,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":80.36,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":85,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":80.54,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":86,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":184.34,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":86,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":86,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":297.56,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":86,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":86,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":86,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":86,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":86,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":86,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":86,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":76.56,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":86,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.56,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":86,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":77.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":86,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.54,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":86,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.36,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":86,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":82.34,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":86,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.94,"measured allocated bytes":400,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":87,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.32,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":87,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":87,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":335.84,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":87,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":87,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":173.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":87,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":87,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":87,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":87,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":87,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":78.56,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":87,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.56,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":87,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":79.34,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":87,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":83.96,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":87,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":83.94,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":87,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":82.94,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":87,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":83.56,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":88,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.74,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":88,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":88,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":287.74,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":88,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":88,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":88,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":88,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":157.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":88,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":88,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.74,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":88,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":79.94,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":88,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":82.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":88,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":79.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":88,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":83.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":88,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":82.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":88,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":83.14,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":88,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":89,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":172.32,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":89,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":89,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":294.36,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":89,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":89,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":89,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":89,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":153.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":89,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":89,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":80.96,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":89,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":80.14,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":89,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":84.16,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":89,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":82.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":89,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":84.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":89,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.16,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":89,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.78,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":89,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.18,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":90,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.52,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":90,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":90,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":296.36,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":90,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":158.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":90,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":90,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":90,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":90,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":90,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":82.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":90,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":82.96,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":90,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":84.96,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":90,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":80.96,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":90,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":90,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.96,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":90,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.58,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":90,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":91,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.92,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":91,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":91,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":287.74,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":91,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":91,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":91,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":91,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":156.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":91,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":91,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":82.56,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":91,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":84.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":91,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.16,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":91,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":81.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":91,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":91,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.58,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":91,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.96,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":91,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":92,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":174.32,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":92,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":92,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":319.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":92,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":92,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":92,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":92,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":92,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":92,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":83.96,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":92,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.16,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":92,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.16,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":92,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":82.94,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":92,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.58,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":92,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.16,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":92,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.98,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":92,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":93,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.74,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":93,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":93,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":317.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":93,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":93,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":93,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":93,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":93,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":93,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.16,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":93,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":83.56,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":93,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":93,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":83.34,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":93,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.38,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":93,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.18,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":93,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.16,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":93,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":94,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":177.94,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":94,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":94,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":315,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":94,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":94,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":94,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":94,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":94,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":94,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":84.56,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":94,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":86.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":94,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.96,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":94,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":94,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.56,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":94,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.76,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":94,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":89.36,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":94,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.98,"measured allocated bytes":432,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":95,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.74,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":95,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":95,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":314.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":95,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":95,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":95,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":95,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":159.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":95,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":95,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.16,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":95,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":95,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":89.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":95,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":95,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.76,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":95,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":91.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":95,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":95,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":96,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":172.92,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":96,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":96,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":291.94,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":96,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":96,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":96,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":96,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":96,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":172.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":96,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.16,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":96,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":96,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.76,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":96,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":85.56,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":96,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":89.76,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":96,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":96,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":89.98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":96,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":89.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":97,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.94,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":97,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":97,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":311.78,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":97,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":97,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":97,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":162.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":97,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":161.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":97,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":174.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":97,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":97,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":89.96,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":97,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.96,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":97,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.56,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":97,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":91.76,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":97,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":97,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.56,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":97,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":91.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":98,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":179.34,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":98,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":158.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":98,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":320.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":98,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":98,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":98,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":98,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":164.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":98,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":172.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":98,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":98,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.16,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":98,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":98,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":87.76,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":98,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":98,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":98,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":91.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":98,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":99,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.32,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":99,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":99,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":314.2,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":99,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.3,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":99,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":172.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":99,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":99,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":160.9,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":99,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":99,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":99,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":88.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":99,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.56,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":99,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":99,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":99,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":99,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":99,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":100,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.14,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":100,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":100,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":318,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":100,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":100,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":173.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":100,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":100,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":163.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":100,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":100,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":89.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":100,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":100,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.56,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":100,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":89.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":100,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":100,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":100,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":94.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":100,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":101,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.92,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":101,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":101,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":298.76,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":101,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":101,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":172.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":101,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":101,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.1,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":101,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":179.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":101,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":89.56,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":101,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":101,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":101,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":101,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":101,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":101,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":101,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":94.36,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":102,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":179.54,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":102,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":102,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":314.18,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":102,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":102,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":102,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":102,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":102,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":177.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":102,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":91.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":102,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":90.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":102,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":94.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":102,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":91.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":102,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":96.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":102,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":102,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.16,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":102,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":103,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.96,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":103,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":103,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":305.18,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":103,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":103,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":103,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":103,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.5,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":103,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":103,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.16,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":103,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":91.56,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":103,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":103,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":103,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":96.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":103,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.6,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":103,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":103,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":104,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.34,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":104,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":104,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":320.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":104,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":104,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":104,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":104,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":104,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":179.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":104,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":104,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.96,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":104,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":104,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":92.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":104,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":104,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":104,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":104,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":105,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.94,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":105,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":172.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":105,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":299.16,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":105,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":105,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":173.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":105,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":105,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":165.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":105,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":105,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.18,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":105,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":94.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":105,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":96.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":105,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":105,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.2,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":105,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":96.98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":105,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":105,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":106,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.94,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":106,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":106,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":311.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":106,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":106,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":106,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":106,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":167.7,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":106,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":106,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":94.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":106,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.38,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":106,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":96.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":106,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":93.96,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":106,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.58,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":106,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":106,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.4,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":106,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.78,"measured allocated bytes":480,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":107,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.16,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":107,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":107,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":311.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":107,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":107,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":107,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":107,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":166.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":107,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":107,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.18,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":107,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":96.78,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":107,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":107,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":94.98,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":107,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":107,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":107,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":107,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":108,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":186.76,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":108,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":108,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":326.22,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":108,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":108,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":179.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":108,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":108,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":108,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":108,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":97.98,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":108,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.98,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":108,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.18,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":108,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":95.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":108,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.98,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":108,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":108,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":101.18,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":108,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":100.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":109,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":186.94,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":109,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":168.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":109,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":329.62,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":109,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":174.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":109,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":109,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":109,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":109,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":109,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":97.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":109,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":96.18,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":109,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.98,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":109,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":97.18,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":109,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":100.18,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":109,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":102.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":109,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":101.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":109,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":110,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":186.56,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":110,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":173.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":110,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":332.62,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":110,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":110,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":110,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":173.92,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":110,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":169.52,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":110,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":110,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.18,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":110,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":96.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":110,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.98,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":110,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":110,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":99.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":110,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":102.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":110,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":102.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":110,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":100.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":111,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.94,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":111,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":173.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":111,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":326.62,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":111,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":111,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":111,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":173.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":111,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":170.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":111,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":184.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":111,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.18,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":111,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":100.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":111,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":102.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":111,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":98.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":111,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":101.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":111,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":102.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":111,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":102.98,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":111,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":103.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":112,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":186.74,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":112,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":174.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":112,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":326.02,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":112,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":177.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":112,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":179.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":112,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":112,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":171.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":112,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":112,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":101.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":112,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":100.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":112,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":104,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":112,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":100.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":112,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":103.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":112,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":104.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":112,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":105,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":112,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":105.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":113,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":191.96,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":113,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":113,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":327.22,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":113,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":113,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":113,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":113,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":113,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":189.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":113,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":100.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":113,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":102.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":113,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":105.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":113,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":100.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":113,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":104.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":113,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":104.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":113,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":104.38,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":113,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":114,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":193.76,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":114,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":114,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":323.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":114,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":177.12,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":114,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":187.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":114,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":114,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":114,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":190.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":114,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":103.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":114,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":101.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":114,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":105.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":114,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":101.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":114,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":114,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":105.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":114,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":114,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":105.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":115,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":194.98,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":115,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":115,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":333.84,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":115,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":115,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":115,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":179.32,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":115,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":176.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":115,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":115,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":101.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":115,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":101.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":115,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":115,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":101.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":115,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":115,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":115,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":115,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":116,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":191.36,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":116,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":116,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":336.24,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":116,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":116,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":184.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":116,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":116,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":179.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":116,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":190.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":116,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":104.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":116,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":103.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":116,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":116,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":103.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":116,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":116,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":116,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":116,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":117,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":196.16,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":117,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":117,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":323.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":117,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":117,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":184.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":117,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":117,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":177.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":117,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":191.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":117,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":102.78,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":117,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":105.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":117,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":117,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":102.18,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":117,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.6,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":117,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":109.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":117,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":117,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.8,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":118,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":193.96,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":118,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":184.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":118,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":307.18,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":118,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":118,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":187.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":118,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":118,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":179.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":118,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":187.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":118,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":118,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":103.78,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":118,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108.4,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":118,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":103.58,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":118,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":109.02,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":118,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":110.22,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":118,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108.62,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":118,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":109.2,"measured allocated bytes":528,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":119,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":194.56,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":119,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":119,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":326.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":119,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":119,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":189.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":119,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":119,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":175.72,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":119,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":191.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":119,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":119,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106.2,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":119,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":110.2,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":119,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":105.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":119,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":110.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":119,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.02,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":119,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":110.4,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":119,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":113.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":120,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.16,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":120,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":186.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":120,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":328.02,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":120,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":120,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":188.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":120,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":120,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":120,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":120,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":120,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":120,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":120,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":120,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.62,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":120,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":120,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":120,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.02,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":121,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":194.36,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":121,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":184.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":121,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":317.6,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":121,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":121,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":121,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":121,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":121,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":121,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":121,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":121,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":121,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":121,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":121,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":121,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":121,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":122,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":197.96,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":122,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":180.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":122,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":314.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":122,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":122,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":188.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":122,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":122,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":178.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":122,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":122,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":106.4,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":122,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":107.8,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":122,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":122,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108.22,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":122,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":122,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.8,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":122,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":109.22,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":122,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":123,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.56,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":123,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.34,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":123,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":319.2,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":123,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":186.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":123,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":193.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":123,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":186.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":123,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":182.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":123,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":197.38,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":123,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":109.2,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":123,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108.2,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":123,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.02,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":123,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":109.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":123,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.62,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":123,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":123,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.62,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":123,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":113.62,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":124,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.96,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":124,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":187.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":124,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":329.02,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":124,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":124,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":124,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":124,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":124,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":197.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":124,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":124,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":109,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":124,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.4,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":124,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":108,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":124,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.22,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":124,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.62,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":124,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.4,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":124,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":113.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":125,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":199.16,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":125,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":187.74,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":125,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":335.04,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":125,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":186.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":125,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":125,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":184.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":125,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.14,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":125,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":194.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":125,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":109.4,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":125,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":110.22,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":125,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.82,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":125,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":125,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.62,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":125,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.2,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":125,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":113.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":125,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.82,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":126,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":196.56,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":126,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":186.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":126,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":315.6,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":126,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":183.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":126,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.18,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":126,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":185.54,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":126,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":181.94,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":126,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":215,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":126,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":110.8,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":126,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":110.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":126,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":113.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":126,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":110.82,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":126,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.22,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":126,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.82,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":126,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.22,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":126,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.02,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":127,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":127,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":193.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":127,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":328.62,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":127,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":127,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":200.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":127,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":198.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":127,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":188.36,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":127,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":206.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":127,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.4,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":127,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.82,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":127,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.2,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":127,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":110,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":127,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":127,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.4,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":127,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":127,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.22,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":128,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":203.8,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":128,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":188.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":128,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":327.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":128,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":191.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":128,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":202.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":128,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":197.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":128,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":193.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":128,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":213,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":128,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.8,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":128,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":113,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":128,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.82,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":128,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":111.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":128,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.62,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":128,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.82,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":128,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.62,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":128,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":129,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":201.38,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":129,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":129,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":327,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":129,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":193.38,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":129,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":205.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":129,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":197.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":129,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":194.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":129,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":215.6,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":129,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.22,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":129,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":129,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":129,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":129,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.82,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":129,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.02,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":129,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":129,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.02,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":130,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.4,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":130,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":200.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":130,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":335.22,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":130,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":193.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":130,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":212,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":130,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":200.38,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":130,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":194.76,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":130,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":211.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":130,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.22,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":130,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":112.6,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":130,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.62,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":130,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":113.02,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":130,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":130,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":130,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.42,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":130,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.82,"measured allocated bytes":576,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":131,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":213.2,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":131,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":198.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":131,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":312.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":131,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":198.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":131,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":215.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":131,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":201.38,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":131,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":195.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":131,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":216,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":131,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":131,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.22,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":131,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.22,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":131,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":131,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":131,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.22,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":131,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":131,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.22,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":132,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.6,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":132,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":197.56,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":132,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":300.16,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":132,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":196.16,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":132,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":209.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":132,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":209.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":132,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":197.58,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":132,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":219.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":132,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":132,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":115.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":132,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":132,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.6,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":132,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":132,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":132,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":132,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.62,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":133,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":218.62,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":133,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":199.78,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":133,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":328.22,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":133,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":194.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":133,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":210.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":133,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":205.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":133,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":192.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":133,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":214.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":133,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":114.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":133,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":133,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.24,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":133,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":133,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.84,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":133,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.62,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":133,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":133,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":134,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":219.02,"measured allocated bytes":912,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":134,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":202.98,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":134,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":317.2,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":134,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":197.96,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":134,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":215.2,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":134,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":206.8,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":134,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":198.38,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":134,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":219.4,"measured allocated bytes":880,"measured allocations":5},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":134,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.62,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":134,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":134,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.24,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":134,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":134,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.64,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":134,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.84,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":134,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.64,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":134,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":135,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":367.88,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":135,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":385.52,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":135,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":333.82,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":135,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":554.64,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":135,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":562.06,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":135,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":538.82,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":135,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":524.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":135,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":135,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.82,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":135,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":135,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.44,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":135,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.22,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":135,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.84,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":135,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.62,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":135,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":135,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.64,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":136,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":524.98,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":136,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":486.32,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":136,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":335.44,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":136,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":530.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":136,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":521.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":136,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":515.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":136,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":501.76,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":136,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":512.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":136,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":116.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":136,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":136,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.44,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":136,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.22,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":136,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":136,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.84,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":136,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.24,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":136,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":137,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":533,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":137,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":528.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":137,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":275.72,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":137,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":512.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":137,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":489.92,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":137,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":489.12,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":137,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":508.56,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":137,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":504.74,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":137,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":137,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":117.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":137,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.62,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":137,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.62,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":137,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":137,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":137,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":137,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":138,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529.8,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":138,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":533.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":138,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":325.82,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":138,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":509.56,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":138,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":539.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":138,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":513.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":138,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":491.14,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":138,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":547.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":138,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.22,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":138,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.04,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":138,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":138,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":138,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.02,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":138,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.04,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":138,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.42,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":138,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.04,"measured allocated bytes":608,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":139,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535.62,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":139,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":509.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":139,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":286.12,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":139,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":517.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":139,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":527.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":139,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":532.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":139,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":513.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":139,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":520.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":139,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.22,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":139,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":139,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":139,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":139,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.02,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":139,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":139,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.22,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":139,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.82,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":140,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":563.46,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":140,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":467.08,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":140,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":314.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":140,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":521.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":140,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":502.96,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":140,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":509.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":140,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":492.52,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":140,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":511.36,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":140,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.42,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":140,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":140,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.22,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":140,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":118.62,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":140,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":140,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":140,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":140,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.02,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":141,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":536.6,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":141,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":508.56,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":141,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":320.82,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":141,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":524.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":141,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":530.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":141,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":521.98,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":141,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":500.94,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":141,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":527.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":141,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":141,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":119.42,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":141,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.22,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":141,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":120.62,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":141,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":141,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":141,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":141,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":142,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":549.02,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":142,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":515.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":142,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":309.78,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":142,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":530.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":142,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":506.94,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":142,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":508.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":142,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":495.54,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":142,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":506.76,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":142,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":142,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":142,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":126.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":142,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":142,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":142,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":126.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":142,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.42,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":142,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":143,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":531.2,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":143,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":482.32,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":143,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":274.12,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":143,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":509.96,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":143,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":525.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":143,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":519.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":143,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":497.72,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":143,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":516.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":143,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.82,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":143,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":121.62,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":143,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":143,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":143,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":126.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":143,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":143,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.62,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":143,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":128.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":144,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":541.42,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":144,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":504.54,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":144,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":320.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":144,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":144,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":524.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":144,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":546.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":144,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":506.36,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":144,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":544.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":144,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":144,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.22,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":144,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":144,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":144,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":144,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":144,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":144,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":145,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":544.84,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":145,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":503.14,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":145,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":324.2,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":145,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":516.96,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":145,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":537,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":145,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":496.34,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":145,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":497.74,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":145,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":517.98,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":145,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":145,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.02,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":145,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":145,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":145,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":145,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":145,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":130.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":145,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":128.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":146,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":563.06,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":146,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":486.72,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":146,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":330.02,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":146,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":520.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":146,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":509.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":146,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":531,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":146,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":497.34,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":146,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":492.12,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":146,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":122.22,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":146,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":146,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":126.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":146,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":146,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":126.02,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":146,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":128.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":146,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":128.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":146,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":147,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":533.8,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":147,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":506.96,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":147,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":297.16,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":147,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":480.92,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":147,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":527.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":147,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":494.54,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":147,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":508.96,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":147,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":515.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":147,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":126.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":147,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":147,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":147,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":147,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":128.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":147,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":147,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":147,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":148,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":572.06,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":148,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":148,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":329.42,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":148,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":502.54,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":148,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":497.74,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":148,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":510.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":148,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":506.56,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":148,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":512.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":148,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":126.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":148,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":148,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":148,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":123.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":148,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":148,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":148,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.26,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":148,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":130.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":149,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":514.16,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":149,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":500.74,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":149,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":295.76,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":149,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":496.94,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":149,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":513.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":149,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":523,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":149,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":491.74,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":149,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":526.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":149,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":149,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":126.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":149,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":130.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":149,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":125.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":149,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":130.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":149,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":149,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":130.66,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":149,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":128.84,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":150,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":554.24,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":150,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":506.76,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":150,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":290.54,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":150,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":499.94,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":150,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":505.76,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":150,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":521.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":150,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":523.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":150,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":526.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":150,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":150,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":150,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":128.04,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":150,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":124.64,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":150,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.06,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":150,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":132.24,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":150,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":135.06,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":150,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":130.44,"measured allocated bytes":656,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":151,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":522.4,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":151,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":507.56,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":151,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":329.22,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":151,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":495.52,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":151,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":494.74,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":151,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":520.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":151,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":508.98,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":151,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":527.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":151,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.64,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":151,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.84,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":151,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":151,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":151,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":132.44,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":151,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.44,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":151,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.44,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":151,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.44,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":152,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":540.62,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":152,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":513.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":152,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":319.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":152,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":543.82,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":152,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":509.36,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":152,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":517.98,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":152,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":505.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":152,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":543.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":152,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.04,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":152,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":152,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":132.04,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":152,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":152,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":152,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.84,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":152,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.24,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":152,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":153,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":546.84,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":153,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":520.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":153,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":322.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":153,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":534.22,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":153,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":479.5,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":153,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":504.96,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":153,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":517.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":153,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":536.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":153,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":130.84,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":153,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":128.84,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":153,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":132.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":153,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.04,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":153,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":153,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":153,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":153,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":154,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":524.38,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":154,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":500.54,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":154,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":323.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":154,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":526.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":154,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":550.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":154,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":546.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":154,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":520.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":154,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":525.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":154,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.64,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":154,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.04,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":154,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.64,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":154,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":127.24,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":154,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":154,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.44,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":154,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":154,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.44,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":155,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":536.02,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":155,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":495.12,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":155,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":324.02,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":155,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":521.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":155,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":155,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":155,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":523.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":155,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":526.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":155,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.24,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":155,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":132.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":155,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":155,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":129.24,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":155,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":155,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":155,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":135.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":155,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":156,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":552.44,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":156,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":489.92,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":156,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":329.22,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":156,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":156,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":510.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":156,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":493.74,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":156,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":504.74,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":156,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":526.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":156,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.64,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":156,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":130.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":156,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":156,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.04,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":156,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":136.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":156,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":135.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":156,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":156,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":157,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":157,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":522.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":157,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":334.44,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":157,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":508.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":157,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":521.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":157,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":527,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":157,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":501.76,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":157,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":540.02,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":157,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.04,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":157,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":136.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":157,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":135.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":157,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.24,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":157,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":136.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":157,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":136.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":157,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":157,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":136.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":158,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":538.62,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":158,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":524.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":158,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":296.76,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":158,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":158,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":522.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":158,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":525.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":158,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":487.32,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":158,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":561.26,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":158,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":132.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":158,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.44,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":158,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":158,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":158,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":136.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":158,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":158,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":158,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":136.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":159,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529.8,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":159,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":520.98,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":159,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":335.04,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":159,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":531,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":159,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":534.22,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":159,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":539.02,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":159,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":501.96,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":159,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":536,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":159,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":159,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.64,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":159,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":159,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":131.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":159,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":159,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":159,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":159,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":139.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":160,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":526.4,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":160,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":510.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":160,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":331.84,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":160,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":537.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":160,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":501.94,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":160,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":538.82,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":160,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":513.96,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":160,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":556.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":160,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.04,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":160,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":160,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":136.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":160,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":135.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":160,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":160,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":160,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":160,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.46,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":161,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":547.82,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":161,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":510.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":161,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":319.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":161,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":525.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":161,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":522.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":161,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":525.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":161,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":520.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":161,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":539.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":161,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":133.64,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":161,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":136.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":161,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":161,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":135.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":161,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":139.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":161,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.68,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":161,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":161,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":139.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":162,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":555.24,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":162,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":522.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":162,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":324.6,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":162,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":554.66,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":162,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":522.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":162,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":522.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":162,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":520.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":162,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":563.48,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":162,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.04,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":162,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":162,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.06,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":162,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":134.26,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":162,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.66,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":162,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.86,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":162,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.08,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":162,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":139.48,"measured allocated bytes":704,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":163,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":538.22,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":163,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":510.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":163,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":328.22,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":163,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":523.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":163,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":538.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":163,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":508.76,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":163,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":515.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":163,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":512.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":163,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":163,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":139.86,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":163,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":142.66,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":163,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.86,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":163,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":163,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":163,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":141.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":163,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":164,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":556.26,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":164,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":164,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":310.38,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":164,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":515.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":164,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":515.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":164,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":502.74,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":164,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":513.16,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":164,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":541.02,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":164,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":138.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":164,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.86,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":164,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.86,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":164,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":164,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":164,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":164,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.46,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":164,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":165,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":565.66,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":165,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":538.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":165,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":337.04,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":165,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":551.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":165,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":165,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":523.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":165,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":516.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":165,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":552.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":165,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":141.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":165,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.46,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":165,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":165,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.46,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":165,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":165,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":165,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":165,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":166,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":571.06,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":166,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":531.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":166,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":323.62,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":166,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":531.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":166,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":532.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":166,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":556.64,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":166,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":513.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":166,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":566.86,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":166,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":142.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":166,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":139.46,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":166,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":142.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":166,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":137.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":166,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":166,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":166,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":166,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":141.66,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":167,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":542.22,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":167,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":522.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":167,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":325.22,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":167,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":550.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":167,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":538.02,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":167,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":512.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":167,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":530.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":167,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":554.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":167,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":167,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":167,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":167,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":167,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":167,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":167,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.48,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":167,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":168,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":564.06,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":168,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":530.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":168,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":307.18,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":168,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":551.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":168,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":524.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":168,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":530.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":168,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":522.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":168,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":527.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":168,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.06,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":168,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.66,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":168,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":168,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":139.86,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":168,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":168,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":168,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":148.48,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":168,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":148.48,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":169,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":550.84,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":169,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":524.18,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":169,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":319.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":169,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":561.66,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":169,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":507.96,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":169,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":536.02,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":169,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":520.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":169,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":560.86,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":169,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.46,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":169,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":141.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":169,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":148.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":169,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":169,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":169,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.46,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":169,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":169,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":170,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":543.62,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":170,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":170,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":326,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":170,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":536,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":170,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":540.22,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":170,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":553.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":170,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":539,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":170,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":549.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":170,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":140.48,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":170,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":141.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":170,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":170,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":141.86,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":170,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":170,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":170,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":170,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":171,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":558.64,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":171,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":528.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":171,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":321.42,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":171,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":566.06,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":171,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":515.76,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":171,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":171,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":514.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":171,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":555.66,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":171,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":171,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":171,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":171,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.06,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":171,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":171,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":171,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":148.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":171,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.46,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":172,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":575.68,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":172,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":527.78,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":172,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":337.84,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":172,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":556.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":172,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":517.38,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":172,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":540.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":172,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":512.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":172,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":536.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":172,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.46,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":172,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":172,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":172,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":141.66,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":172,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.46,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":172,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":172,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":150.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":172,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":148.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":173,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":570.88,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":173,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":536.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":173,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":312.58,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":173,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":557.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":173,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":173,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":541.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":173,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":541.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":173,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":555.64,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":173,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.66,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":173,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":143.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":173,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":150.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":173,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.06,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":173,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":151.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":173,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":152.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":173,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":150.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":173,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":152.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":174,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":559.66,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":174,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":174,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":287.94,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":174,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":545.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":174,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":513.58,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":174,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":550.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":174,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":506.34,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":174,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":546.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":174,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":174,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":174,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":148.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":174,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":174,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":150.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":174,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":150.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":174,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":152.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":174,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":149.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":175,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":548.84,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":175,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":175,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":323.6,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":175,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":536.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":175,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":533.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":175,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":175,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":531.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":175,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":542.02,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":175,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":149.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":175,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":144.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":175,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":151.48,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":175,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":175,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":150.48,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":175,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":153.1,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":175,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":153.3,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":175,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":151.48,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":176,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":547.42,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":176,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":526.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":176,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":323.02,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":176,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":571.68,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":176,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":537.22,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":176,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":547.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":176,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":528.4,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":176,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":543.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":176,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":150.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":176,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.26,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":176,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":153.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":176,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":176,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":153.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":176,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":154.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":176,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":154.1,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":176,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":150.9,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":177,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":574.48,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":177,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":535.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":177,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":320.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":177,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":534.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":177,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":538.22,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":177,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":532.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":177,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":530.8,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":177,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":569.48,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":177,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":151.68,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":177,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":145.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":177,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":154.9,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":177,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.08,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":177,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":155.48,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":177,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":154.1,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":177,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":156.9,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":177,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":156.5,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":178,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":579.28,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":178,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":578.7,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":178,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":300.38,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":178,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":542.82,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":178,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":550.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":178,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":542.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":178,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":554.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":178,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":579.48,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":178,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":150.48,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":178,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":146.66,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":178,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":152.88,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":178,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":147.28,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":178,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":152.7,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":178,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":153.9,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":178,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":153.9,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":178,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":152.7,"measured allocated bytes":768,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":179,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":590.72,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":179,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":541.22,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":179,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":331.62,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":179,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":549.64,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":179,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":531.82,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":179,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":570.08,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":179,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":541.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":179,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":558.24,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":179,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":159.9,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":179,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":155.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":179,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":163.12,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":179,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":159.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":179,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":161.52,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":179,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":160.72,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":179,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":160.52,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":179,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":166.52,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":180,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":585.5,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":180,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":533.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":180,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":312.8,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":180,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":566.68,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":180,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":544.22,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":180,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":576.68,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":180,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":554.24,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":180,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":556.26,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":180,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":160.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":180,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":159.3,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":180,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.9,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":180,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":153.68,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":180,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":163.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":180,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":159.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":180,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":161.52,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":180,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":181,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":576.1,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":181,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":541.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":181,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":314.4,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":181,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":559.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":181,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":540.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":181,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":561.26,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":181,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":527.6,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":181,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":552.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":181,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":158.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":181,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":153.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":181,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.72,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":181,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":161.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":181,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":161.3,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":181,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":181,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":181,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":163.92,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":182,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":599.94,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":182,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":548.24,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":182,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":339.64,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":182,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":562.66,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":182,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":544.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":182,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":573.08,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":182,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":532.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":182,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":571.48,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":182,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":160.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":182,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":157.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":182,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":163.32,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":182,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":157.9,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":182,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.3,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":182,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":182,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":182,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":165.32,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":183,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":589.12,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":183,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":542.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":183,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":267.5,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":183,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":548.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":183,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":551.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":183,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":532.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":183,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":537.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":183,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":572.68,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":183,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":158.9,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":183,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":153.48,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":183,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.9,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":183,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":155.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":183,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":168.32,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":183,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":183,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":163.9,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":183,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":184,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":563.86,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":184,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":567.86,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":184,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":275.32,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":184,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":552.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":184,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":561.26,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":184,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":568.08,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":184,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":529.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":184,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":558.86,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":184,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.3,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":184,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":155.9,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":184,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.3,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":184,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":155.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":184,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":161.3,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":184,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":163.72,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":184,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":184,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":185,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":584.1,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":185,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":578.9,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":185,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":273.92,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":185,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":566.28,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":185,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":556.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":185,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":581.28,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":185,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":565.26,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":185,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":538.82,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":185,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":157.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":185,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.3,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":185,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.92,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":185,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":160.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":185,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.32,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":185,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":167.92,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":185,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":185,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":163.52,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":186,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":583.7,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":186,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":544.82,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":186,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":255.68,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":186,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":554.64,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":186,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":548.22,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":186,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":553.04,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":186,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":556.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":186,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":562.86,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":186,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":165.12,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":186,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":163.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":186,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.72,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":186,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":158.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":186,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":165.9,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":186,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":166.52,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":186,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":167.12,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":186,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":166.92,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":187,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":579.1,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":187,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":557.44,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":187,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":264.1,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":187,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":559.46,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":187,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":548.62,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":187,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":570.86,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":187,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":531.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":187,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":560.26,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":187,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":162.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":187,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":161.9,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":187,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.3,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":187,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":159.7,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":187,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":165.32,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":187,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":164.12,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":187,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":167.12,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":187,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":166.12,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":188,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":563.06,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":188,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":541.42,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":188,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":264.5,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":188,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":554.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":188,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":571.26,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":188,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":577.68,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":188,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":532.2,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":188,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":569.88,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":188,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":157.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":188,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":161.1,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":188,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":165.92,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":188,"eltype(iterator)":"Any","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":160.3,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":188,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":160.5,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":188,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":165.32,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":188,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":166.32,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":188,"eltype(iterator)":"Float32","IteratorSize(iterator)":"HasLength()","minimal measured time (ns)":169.52,"measured allocated bytes":848,"measured allocations":2},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":189,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":584.1,"measured allocated bytes":3128,"measured allocations":8},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":189,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":570.28,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":189,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":264.88,"measured allocated bytes":1584,"measured allocations":6},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array{Float32}, x)","length(iterator)":189,"eltype(iterator)":"Any","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":558.24,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(x)","length(iterator)":189,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":571.48,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect(Float32, x)","length(iterator)":189,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":573.68,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.jl parameter `samples`":5000,"description":"collect_as(Array, x)","length(iterator)":189,"eltype(iterator)":"Float32","IteratorSize(iterator)":"SizeUnknown()","minimal measured time (ns)":546.84,"measured allocated bytes":3096,"measured allocations":7},{"BenchmarkTools.jl parameter `evals`":50,"BenchmarkTools.j