We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4c573 commit 2c6390bCopy full SHA for 2c6390b
1 file changed
src/precompilation.jl
@@ -3,7 +3,7 @@ using PrecompileTools
3
@setup_workload begin
4
@compile_workload begin
5
# VectorOfArray with Vector{Float64}
6
- u_vec = [rand(3) for _ in 1:5]
+ u_vec = [ones(3) for _ in 1:5]
7
va = VectorOfArray(u_vec)
8
9
# Basic indexing operations
0 commit comments