Skip to content

Commit

Permalink
Document slight improvement in performance due to improved sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Dec 10, 2024
1 parent c804c79 commit e0cfad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/benchmark_w_matlab.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,12 @@ for i in 1:5
julia_times_small_multi[i] = @elapsed run(parameters, initial_conditions, T; multi_threading = true);
end
julia_times_small_multi ./= T
julia_times_big_multi = [35.775353, 34.933283, 35.594063, 35.469412, 35.521846]
julia_times_big_multi = [32.981467, 32.243157, 33.016562, 33.957509, 33.046763]
julia_mtime_small_multi = mean(julia_times_small_multi)
julia_stime_small_multi = std(julia_times_small_multi)
julia_mtime_big_multi = mean(julia_times_big_multi)
julia_stime_big_multi = std(julia_times_big_multi)


labels = ["MATLAB", "Gen. C - 1 core", "Gen. C - 4 cores", "HPC - 1 core*", "HPC - 4 cores*",
"BeforeIT.jl - 1 core", "BeforeIT.jl - 4 cores"]

Expand Down

0 comments on commit e0cfad9

Please sign in to comment.