X-Git-Url: http://nitlanguage.org diff --git a/lib/performance_analysis.nit b/lib/performance_analysis.nit index 1ca255b..8403ea7 100644 --- a/lib/performance_analysis.nit +++ b/lib/performance_analysis.nit @@ -35,8 +35,8 @@ # end # # assert sys.perfs["sleep 1ms"].count == 100 -# assert sys.perfs["sleep 1ms"].avg.is_approx(0.001, 0.0001) -# assert sys.perfs["sleep 5ms"].avg.is_approx(0.005, 0.0005) +# assert sys.perfs["sleep 1ms"].avg.is_approx(0.001, 0.001) +# assert sys.perfs["sleep 5ms"].avg.is_approx(0.005, 0.005) # ~~~ module performance_analysis