Skip to content

Commit bd5ef22

Browse files
committed
Reduce benchmark size to avoid running out of memory
1 parent 32fcc1f commit bd5ef22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const SUITE = BenchmarkGroup()
44

55
SUITE["random"] = BenchmarkGroup()
66

7-
for i in 2:6
7+
for i in 2:4
88
n = 10^i
99
x = rand(MersenneTwister(42), n)
1010
y = sqrt.(x)

0 commit comments

Comments
 (0)