Skip to content

Commit 1d90f96

Browse files
committed
update bench
1 parent 204bfc6 commit 1d90f96

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

opentelemetry-appender-tracing/benches/logs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| noop_layer_disabled | 12 ns |
1111
| noop_layer_enabled | 25 ns |
1212
| ot_layer_disabled | 19 ns |
13-
| ot_layer_enabled | 446 ns |
13+
| ot_layer_enabled | 371 ns |
1414
*/
1515

1616
use async_trait::async_trait;

opentelemetry-appender-tracing/src/layer.rs

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ impl<'a, LR: LogRecord> EventVisitor<'a, LR> {
5959
Key::new("code.namespace"),
6060
AnyValue::from(module_path.to_owned()),
6161
);
62-
s
6362
}
6463

6564
if let Some(filepath) = meta.file() {

0 commit comments

Comments
 (0)