Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
copperlight committed Feb 22, 2024
1 parent e4a2f82 commit c3823ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pressure_stall.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ class PressureStall {
std::string path_prefix_;
static constexpr double MICROS = 1000 * 1000.0;
};
} // namespace atlasagent
} // namespace atlasagent
2 changes: 1 addition & 1 deletion lib/pressure_stall_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ TEST(PressureStall, Stats) {
{"sys.pressure.full|count|memory", 20}};
EXPECT_EQ(map, expected);
}
} // namespace
} // namespace

0 comments on commit c3823ce

Please sign in to comment.