I simply wrote two tests that just run one function each to measure the time it takes to run them.
Since we want to measure performance, I was considering that we could instead use google/benchmark. Googletest seems to be more suitable for checking the functionality of the code rather than the performance.
I simply wrote two tests that just run one function each to measure the time it takes to run them.
Since we want to measure performance, I was considering that we could instead use google/benchmark. Googletest seems to be more suitable for checking the functionality of the code rather than the performance.