Sequoia
|
class template for plugging into the checker class template More...
#include <PerformanceTestCore.hpp>
Public Member Functions | |
template<class Self , std::invocable F, std::invocable S> | |
bool | check_relative_performance (this Self &self, const reporter &description, F fast, S slow, const double minSpeedUp, const double maxSpeedUp, const std::size_t trials=5, const double num_sds=4) |
Static Public Attributes | |
static constexpr test_mode | mode {Mode} |
Protected Member Functions | |
performance_extender (performance_extender &&) noexcept=default | |
performance_extender & | operator= (performance_extender &&) noexcept=default |