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 has been archived by the owner on Apr 8, 2024. It is now read-only.
I was trying to create a fixture so that the size of the input of the test would be different among benchmarks, but with the same fixture.
Hawai doesn't do well with template fixtures, I expected as much. However I think it would be interesting to give SetUp, TearDown etc a void* parameter so that we can configure those steps per benchmark.
The text was updated successfully, but these errors were encountered:
Templated benchmarks could be useful (especially with c++11 variadic templates). But I think it shouldn't depend too much on c++11, or at least have the non-c++11 features still backward-compatible.
Using lambdas as SetUp/TearDown could also be interesting
I was trying to create a fixture so that the size of the input of the test would be different among benchmarks, but with the same fixture.
Hawai doesn't do well with template fixtures, I expected as much. However I think it would be interesting to give SetUp, TearDown etc a void* parameter so that we can configure those steps per benchmark.
The text was updated successfully, but these errors were encountered: