mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-15 23:24:47 +01:00

On systems where std::chrono::steady_clock::period is not std::nano, benchmark tests fail to compile due to trying to convert analysis.samples from a vector of duration<double, clock::period> to a vector of std::chrono::duration<double, std::nano>.