Skip to content

Commit a0dfbf3

Browse files
Bump allocation limits
1 parent 279410b commit a0dfbf3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

perf/flame.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ ProfileCanvas.html_file(joinpath(output_dir, "flame.html"), results)
3737
#####
3838

3939
allocs_limit = Dict()
40-
allocs_limit["flame_perf_target"] = 147_520
41-
allocs_limit["flame_perf_target_tracers"] = 179_776
40+
allocs_limit["flame_perf_target"] = 148_256
41+
allocs_limit["flame_perf_target_tracers"] = 180_512
4242
allocs_limit["flame_perf_target_edmfx"] = 7_005_552
4343
allocs_limit["flame_perf_diagnostics"] = 25_356_928
44-
allocs_limit["flame_perf_target_diagnostic_edmfx"] = 1_309_968
44+
allocs_limit["flame_perf_target_diagnostic_edmfx"] = 1_311_040
4545
allocs_limit["flame_sphere_baroclinic_wave_rhoe_equilmoist_expvdiff"] =
4646
4_018_252_656
4747
allocs_limit["flame_perf_target_threaded"] = 1_276_864
4848
allocs_limit["flame_perf_target_callbacks"] = 37_277_112
49-
allocs_limit["flame_perf_gw"] = 3_226_428_736
50-
allocs_limit["flame_perf_target_prognostic_edmfx_aquaplanet"] = 1_257_712
49+
allocs_limit["flame_perf_gw"] = 3_226_429_472
50+
allocs_limit["flame_perf_target_prognostic_edmfx_aquaplanet"] = 1_258_848
5151

5252
# Ideally, we would like to track all the allocations, but this becomes too
5353
# expensive there is too many of them. Here, we set the default sample rate to

0 commit comments

Comments
 (0)