You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! @jimhester
I've been trying to benchmark code that's a bit larger with a number of different parameters. But I end up getting problems due to that each run does ~100-300 MB memory allocations and the $memory part of the press results takes up huge memory after a few runs.
Is there a way to get the detailed benchmarking time results from press and mark but get away from the memory head aches? E.g. disable the memory checks?
The text was updated successfully, but these errors were encountered:
Hi! @jimhester
I've been trying to benchmark code that's a bit larger with a number of different parameters. But I end up getting problems due to that each run does ~100-300 MB memory allocations and the $memory part of the press results takes up huge memory after a few runs.
Is there a way to get the detailed benchmarking time results from
press
andmark
but get away from the memory head aches? E.g. disable the memory checks?The text was updated successfully, but these errors were encountered: