Skip to content

Commit

Permalink
Fix issue loading CPU results in aggregate.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 28, 2024
1 parent 42d1543 commit fa6561c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/aggregate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const NUM_CPU_THREADS = [1, 2, 4, 8, 16]
#Start with CPU benchmarks for 1 thread and add other results
const CPU_results_1thread_filepath = joinpath(dirname(@__FILE__), "results", "CPUbenchmarks1threads.json")
@assert(ispath(CPU_results_1thread_filepath))
const RESULTS = BenchmarkTools.load(CPU_results_1thread_filepath)
const RESULTS = BenchmarkTools.load(CPU_results_1thread_filepath)[1]
@assert RESULTS isa BenchmarkTools.BenchmarkGroup

for n in NUM_CPU_THREADS
Expand Down

0 comments on commit fa6561c

Please sign in to comment.