Skip to content

Commit 0213aa2

Browse files
committed
Benchmark dot products up to length 1024.
1 parent 9a04bce commit 0213aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/driver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121

2222
# sizes = 23:23
2323
sizes = 256:-1:2
24-
longsizes = 512:-1:2
24+
longsizes = 1024:-1:2
2525

2626
logdettriangle_bench = benchmark_logdettriangle(sizes); println("logdet(LowerTriangular(A)) benchmark results:"); println(logdettriangle_bench)
2727
dot3_bench = benchmark_dot3(sizes); println("x' * A * y benchmark results:"); println(dot3_bench)

0 commit comments

Comments
 (0)