|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1742514957462, |
| 2 | + "lastUpdate": 1742514959886, |
3 | 3 | "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", |
4 | 4 | "entries": { |
5 | 5 | "OpenTelemetry-cpp api Benchmark": [ |
@@ -248616,6 +248616,54 @@ window.BENCHMARK_DATA = { |
248616 | 248616 | "extra": "iterations: 229\ncpu: 614156.7205240173 ns\nthreads: 1" |
248617 | 248617 | } |
248618 | 248618 | ] |
| 248619 | + }, |
| 248620 | + { |
| 248621 | + "commit": { |
| 248622 | + "author": { |
| 248623 | + |
| 248624 | + "name": "Luke (GuangHui) Zhang", |
| 248625 | + "username": "lukeina2z" |
| 248626 | + }, |
| 248627 | + "committer": { |
| 248628 | + |
| 248629 | + "name": "GitHub", |
| 248630 | + "username": "web-flow" |
| 248631 | + }, |
| 248632 | + "distinct": true, |
| 248633 | + "id": "a57063f7a21db633d52dfc83edc29a946322946d", |
| 248634 | + "message": "fix: buffer overrun in the gRPC sample project (#3304)\n\nBuilding the sample on Windows, the gRPC sample server/client app fails to function correctly. The propagated trace context is corrupted, containing garbage characters after the trace parent string.\n\nThe string buffer from gRPC cannot be safely treated as a null-terminated C-string. To ensure safe copying, we must use its length property instead.", |
| 248635 | + "timestamp": "2025-03-21T00:52:50+01:00", |
| 248636 | + "tree_id": "2349ba0f2094db5013add409fcaa908c9d22c087", |
| 248637 | + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/a57063f7a21db633d52dfc83edc29a946322946d" |
| 248638 | + }, |
| 248639 | + "date": 1742514943993, |
| 248640 | + "tool": "googlecpp", |
| 248641 | + "benches": [ |
| 248642 | + { |
| 248643 | + "name": "BM_OtlpExporterEmptySpans", |
| 248644 | + "value": 18.435756875776413, |
| 248645 | + "unit": "ns/iter", |
| 248646 | + "extra": "iterations: 7553000\ncpu: 18.43491169071892 ns\nthreads: 1" |
| 248647 | + }, |
| 248648 | + { |
| 248649 | + "name": "BM_OtlpExporterSparseSpans", |
| 248650 | + "value": 130.32929146854326, |
| 248651 | + "unit": "ns/iter", |
| 248652 | + "extra": "iterations: 1077000\ncpu: 127.74367780872795 ns\nthreads: 1" |
| 248653 | + }, |
| 248654 | + { |
| 248655 | + "name": "BM_OtlpExporterDenseSpans", |
| 248656 | + "value": 916.3018145592384, |
| 248657 | + "unit": "ns/iter", |
| 248658 | + "extra": "iterations: 153000\ncpu: 914.7849542483658 ns\nthreads: 1" |
| 248659 | + }, |
| 248660 | + { |
| 248661 | + "name": "BM_otlp_grpc_with_collector", |
| 248662 | + "value": 1699263.5894239994, |
| 248663 | + "unit": "ns/iter", |
| 248664 | + "extra": "iterations: 228\ncpu: 611347.416666667 ns\nthreads: 1" |
| 248665 | + } |
| 248666 | + ] |
248619 | 248667 | } |
248620 | 248668 | ] |
248621 | 248669 | } |
|
0 commit comments