You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: opentelemetry-sdk/benches/log.rs
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
//! run with `$ cargo bench --bench log --features=logs -- --exact <test_name>` to run specific test for logs
2
+
//! So to run test named "full-log-with-attributes/with-context" you would run `$ cargo bench --bench log --features=logs -- --exact full-log-with-attributes/with-context`
3
+
//! To run all tests for logs you would run `$ cargo bench --bench log --features=logs`
0 commit comments