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
Right now, we use the standard libraries benchmarking tool for benchmarking.
Despite it's easy of use, there are a couple drawbacks for using it:
No customization on the number of runs
Output is limited to a number + estimated degree of confidence
It would be beneficial to switch the benchmarks to Criterion.rs, to get more detailed analysis of the benchmarks, alongside additional benchmark customization.
The text was updated successfully, but these errors were encountered:
Right now, we use the standard libraries benchmarking tool for benchmarking.
Despite it's easy of use, there are a couple drawbacks for using it:
It would be beneficial to switch the benchmarks to Criterion.rs, to get more detailed analysis of the benchmarks, alongside additional benchmark customization.
The text was updated successfully, but these errors were encountered: