Skip to content

Commit 2bdee4a

Browse files
Anant KumarAnant Kumar
authored andcommitted
docs(sdk): update log attribute dedup benchmark numbers
Align bench header with latest local criterion run for PR #3537.
1 parent 0dfe4b9 commit 2bdee4a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

opentelemetry-sdk/benches/log_record_attribute_dedup.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
//! Results (unique keys — typical case, no duplicates in the batch):
99
//! | Scenario | Dedup ON | Dedup OFF (before) | Overhead |
1010
//! |-------------------------|----------|--------------------|----------|
11-
//! | add_1_unique_attribute | 25.6 ns | 25.9 ns | ~1.0x |
12-
//! | add_5_unique_attributes | 129.3 ns | 127.5 ns | ~1.0x |
13-
//! | add_9_unique_attributes | 292.0 ns | 223.6 ns | ~1.3x |
11+
//! | add_1_unique_attribute | 27.2 ns | 24.7 ns | ~1.1x |
12+
//! | add_5_unique_attributes | 135.5 ns | 119.3 ns | ~1.1x |
13+
//! | add_9_unique_attributes | 301.2 ns | 220.8 ns | ~1.4x |
1414
//!
1515
//! Results (repeated key — duplicate writes to the same key):
1616
//! | Scenario | Dedup ON | Dedup OFF (before) |
1717
//! |----------------|----------|--------------------|
18-
//! | add_5_same_key | 32.1 ns | 38.5 ns |
18+
//! | add_5_same_key | 31.9 ns | 32.1 ns |
1919
//!
2020
//! Note: criterion does not fail CI on regression by itself. These numbers are
2121
//! reference values for human review in PR #3537 / issue #3497.

0 commit comments

Comments
 (0)