Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razumov committed Jan 10, 2025
1 parent 3bca328 commit 851f38d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud/blockstore/libs/diagnostics/volume_stats_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ Y_UNIT_TEST_SUITE(TVolumeStatsTest)
const TVector<TString>& strictSLACloudIds,
bool reportStrictSLA)
{
// warming up NHPTimer, see issue #2830 for more info
// NHPTimer warmup, see issue #2830 for more information
Y_UNUSED(GetCyclesPerMillisecond());

auto inactivityTimeout = TDuration::MilliSeconds(10);
Expand Down
4 changes: 2 additions & 2 deletions cloud/storage/core/libs/diagnostics/request_counters_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ Y_UNIT_TEST_SUITE(TRequestCountersTest)

Y_UNIT_TEST(ShouldReportHistogramAsMultipleSensors)
{
// warming up NHPTimer, see issue #2830 for more info
// NHPTimer warmup, see issue #2830 for more information
Y_UNUSED(GetCyclesPerMillisecond());

auto monitoring = CreateMonitoringServiceStub();
Expand Down Expand Up @@ -722,7 +722,7 @@ Y_UNIT_TEST_SUITE(TRequestCountersTest)

Y_UNIT_TEST(ShouldReportHistogramAsSingleSensor)
{
// warming up NHPTimer, see issue #2830 for more info
// NHPTimer warmup, see issue #2830 for more information
Y_UNUSED(GetCyclesPerMillisecond());

auto monitoring = CreateMonitoringServiceStub();
Expand Down

0 comments on commit 851f38d

Please sign in to comment.