Skip to content

Commit 442db5b

Browse files
authored
Update y1d generation for benchmark tests
1 parent c539afa commit 442db5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function multidim_sum_bcast(dist, y)
5454
end
5555

5656

57-
y1d = rand(10, 40);
57+
y1d = rand(40);
5858
dist1d = fill(10.0, 40);
5959

6060
SUITE["fold_broadcast"]["multidim_sum_bcast"]["1D"] = @benchmarkable multidim_sum_bcast($dist1d, $y1d)

0 commit comments

Comments
 (0)