Skip to content

Commit

Permalink
Use alloc buffer for unthreaded jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Feb 14, 2024
1 parent 0aed941 commit 0750134
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 @@ -88,7 +88,7 @@ using Test
# Threaded allocations are not deterministic, so let's add a buffer
# TODO: remove buffer, and threaded tests, when
# threaded/unthreaded functions are unified
buffer = occursin("threaded", job_id) ? 1.4 : 1
buffer = occursin("threaded", job_id) ? 1.4 : 1.1


## old allocation profiler (TODO: remove this)
Expand Down

0 comments on commit 0750134

Please sign in to comment.