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
Currently, the library does not include benchmarks, which prevents comparing the performance of different versions of functions as well as different optimization levels.
Solution or Suggestion
It is proposed to create a benches folder in the project root and implement benchmarks there.
Framework Choosing
Below is a comparison table of benchmark frameworks:
Problem or Motivation
Currently, the library does not include benchmarks, which prevents comparing the performance of different versions of functions as well as different optimization levels.
Solution or Suggestion
It is proposed to create a
benches
folder in the project root and implement benchmarks there.Framework Choosing
Below is a comparison table of benchmark frameworks:
Since support for user-defined metrics is critical, the Google Benchmark framework was chosen.
Tasks
alfi::util::stat
(statistics) namespace #50benches
folder.The text was updated successfully, but these errors were encountered: