diff --git a/test/test.cpp b/test/test.cpp index 3b3199d5..1d972511 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -176,7 +176,6 @@ void DepthTest() tracy::SetThreadName( "Depth test" ); for(;;) { - std::this_thread::sleep_for( std::chrono::milliseconds( 20 ) ); ZoneScoped; const auto txt = "Fibonacci (15)"; ZoneText( txt, strlen( txt ) );