Skip to content

Commit 8e1cb75

Browse files
author
Wimmerer
committed
change a few options
1 parent 63c1153 commit 8e1cb75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmarks/benchmarks.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BenchmarkTools.DEFAULT_PARAMETERS.samples = 10
3333
BenchmarkTools.DEFAULT_PARAMETERS.seconds = 60
3434

3535
# Change this to change the size of the dense RHS of csrtimesfull and csctimesfull
36-
const sizefullrhs = [1,2, 10]
36+
const sizefullrhs = [1,2,20]
3737

3838

3939
const suite = BenchmarkGroup()
@@ -208,7 +208,7 @@ end
208208

209209
# OPTIONS SET 2:
210210
# run these functions for benchmarking:
211-
const functorun = [AxB_allbycol, CaccumAxB_allbycol]
211+
const functorun = [AxB_allbycol, AxB_ColxRow, CaccumAxB_allbycol, CaccumAxB_allbyrow]
212212
#= The choices are:
213213
AxB_allbycol - S * F
214214
AxB_ColxRow - S' * F
@@ -218,7 +218,7 @@ Please open an issue or message me for further functions to add here.
218218
=#
219219

220220
# run with these nthread settings, add or remove to/from vector.
221-
const threadlist = [1, 4, 8, Sys.CPU_THREADS]
221+
const threadlist = [1, 4, 8, 20]
222222

223223
function singlebench(pathornum)
224224
x = tryparse(Int64, pathornum)

0 commit comments

Comments
 (0)