From 93a7d10ad451502a6ddc5732588aff8b931ec192 Mon Sep 17 00:00:00 2001 From: Lalit Date: Mon, 16 Dec 2024 09:22:35 +0000 Subject: [PATCH] nit- update comment --- stress/src/user_events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stress/src/user_events.rs b/stress/src/user_events.rs index 8f561c1f..6df42afe 100644 --- a/stress/src/user_events.rs +++ b/stress/src/user_events.rs @@ -62,7 +62,7 @@ fn main() { // Use the provided stress test framework println!("Starting stress test for UserEventsExporter..."); throughput::test_throughput(|| { - log_event_task(); // Log the error event in each iteration + log_event_task(); }); println!("Stress test completed."); }