Skip to content

Commit c2f26ca

Browse files
committed
histogram example fail
1 parent 110d784 commit c2f26ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/histogram.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function move(backend, input)
7474
end
7575

7676
@testset "histogram tests" begin
77-
rand_input = [rand(1:128) for i in 1:1000]
77+
rand_input = [rand(1:128) for i in 1:10000]
7878
linear_input = [i for i in 1:1024]
7979
all_two = [2 for i in 1:512]
8080

0 commit comments

Comments
 (0)