Skip to content

Commit 7f6f631

Browse files
author
Wimmerer
committed
add back max threads
1 parent 8e1cb75 commit 7f6f631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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, 20]
221+
const threadlist = [1, 4, 8, Sys.CPU_THREADS ÷ 2, Sys.CPU_THREADS]
222222

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

0 commit comments

Comments
 (0)