Skip to content

Commit

Permalink
Enable statistics
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Jan 29, 2024
1 parent 298b105 commit 5887c99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ TEST(twoProcPubSub, PubSubTwoProcsTwoNodesSubscriber)
//////////////////////////////////////////////////
int main(int argc, char **argv)
{
gz::utils::setenv("GZ_TRANSPORT_TOPIC_STATISTICS", "1");
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}

0 comments on commit 5887c99

Please sign in to comment.