Skip to content

Commit

Permalink
Try increase buffer for flame
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriabarra committed Feb 13, 2023
1 parent d96b253 commit cfe5dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/flame.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end

# We're grouping allocation tests here for convenience.

buffer = 1 # increase slightly for (nondeterministic) threaded runs
buffer = 1.2 # increase slightly for (nondeterministic) threaded runs

# profile the coupling loop
allocs = @allocated step_coupler!(cs, n_samples)
Expand Down

0 comments on commit cfe5dd5

Please sign in to comment.