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
When particularly fast functions are benchmarked for long, the sample size gets too large and plotly.js basically crashes or takes VERY LONG to render.
Current work arounds:
reduce :time to indirectly reduce sample size
remove the individual graphs from the resulting HTML by hand (they are most of the cause of this happening) and maybe also the box plot (is also fed raw run times)
Proposed solutions (might go into separate issues)
print a warning when sample sizes exceed a certain threshold (like say 100_000)
provide the option to split the individual graphs into separate files and then link to them
render the box plot giving manually calculated quadrilles on the elixir side see this thread
The text was updated successfully, but these errors were encountered:
When particularly fast functions are benchmarked for long, the sample size gets too large and plotly.js basically crashes or takes VERY LONG to render.
Current work arounds:
:time
to indirectly reduce sample sizeProposed solutions (might go into separate issues)
The text was updated successfully, but these errors were encountered: