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
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Do we need benches for avg execution time? It depends on. Read comments. Long story short: if a function takes more or less the same time when computing any input we can try this type of testing to try to notice when an algorithm change suddenly makes some of those inputs take more time. However we need to find out these functions.
So ideally we would have, for each function, a set of inputs that would allow us to get a good picture of the performance characteristics for the function and that we can use to compare different implementations. Such a set can grow over time.