Skip to content

Commit

Permalink
Update performance test
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv committed Nov 29, 2023
1 parent 25c44fb commit b5ec0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/codaarrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
N = 100_000
inds = shuffle(rng, 1:N)
array = CoDaArray((a=rand(rng, N), b=rand(rng, N), c=rand(rng, N)))
@test @elapsed(array[inds]) < 0.1
@test @elapsed(array[inds]) < 0.5
end

0 comments on commit b5ec0a4

Please sign in to comment.