Skip to content

Commit

Permalink
nit- update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Dec 16, 2024
1 parent 85bcd5d commit 93a7d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stress/src/user_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}

Check warning on line 68 in stress/src/user_events.rs

View check run for this annotation

Codecov / codecov/patch

stress/src/user_events.rs#L56-L68

Added lines #L56 - L68 were not covered by tests

0 comments on commit 93a7d10

Please sign in to comment.