Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Sep 10, 2024
1 parent 995e707 commit fac99e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const BENCHMARK_GROUP = get(ENV, "BENCHMARK_GROUP", "CPU")
@info sprint(versioninfo)
@info "Number of threads: $(Threads.nthreads())"


const BENCHMARK_CPU_THREADS = Threads.nthreads()
# Number of CPU threads to benchmarks on
if BENCHMARK_CPU_THREADS > Threads.nthreads()
@error """
Expand Down

0 comments on commit fac99e9

Please sign in to comment.