Skip to content

Commit 4c85410

Browse files
lalitbcijothomas
andauthored
Update log stress and benchmark results (#2049)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
1 parent 916a117 commit 4c85410

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 | 250 ns |
13+
| ot_layer_enabled | 219 ns |
1414
*/
1515

1616
use async_trait::async_trait;

opentelemetry-sdk/benches/log.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RAM: 64.0 GB
1212
|--------------------------------|-------------|
1313
| Logger_Creation | 30 ns |
1414
| LoggerProvider_Creation | 909 ns |
15-
| Logging_Comparable_To_Appender | 135 ns |
15+
| Logging_Comparable_To_Appender | 96 ns |
1616
*/
1717

1818
use std::collections::HashMap;

stress/src/logs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
~31 M/sec
77
88
Hardware: AMD EPYC 7763 64-Core Processor - 2.44 GHz, 16vCPUs,
9-
~38 M /sec
9+
~44 M /sec
1010
*/
1111

1212
use opentelemetry::InstrumentationLibrary;

0 commit comments

Comments
 (0)