We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb0b90 commit 27ea8c5Copy full SHA for 27ea8c5
opentelemetry-appender-tracing/benches/logs.rs
@@ -10,7 +10,7 @@
10
| noop_layer_disabled | 12 ns |
11
| noop_layer_enabled | 25 ns |
12
| ot_layer_disabled | 19 ns |
13
- | ot_layer_enabled | 270 ns |
+ | ot_layer_enabled | 305 ns |
14
*/
15
16
use async_trait::async_trait;
stress/src/logs.rs
@@ -3,7 +3,7 @@
3
OS: Ubuntu 22.04.3 LTS (5.15.146.1-microsoft-standard-WSL2)
4
Hardware: AMD EPYC 7763 64-Core Processor - 2.44 GHz, 16vCPUs,
5
RAM: 64.0 GB
6
- 53 M/sec
+ 69 M/sec
7
8
9
use opentelemetry_appender_tracing::layer;
0 commit comments