-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Rendering a samples-plot is slow right now, because it uses non-optimized configuration counting.
There's a deep problem: it's hard to get the "total" number of configurations.
- For exhaustive data, the total is "all configurations"
- For approximate data, the total is the sample size
Probably need to build a hook to override.
NOTE: a bad way to override would be:
- add a
num-configurationsfield to theperformance-infostruct - set it to the sample size, sometimes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels