Skip to content

Commit

Permalink
add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark resul…
Browse files Browse the repository at this point in the history
…t for 021eb99
  • Loading branch information
github-action-benchmark committed Feb 22, 2025
1 parent 2e955f3 commit e4ed23c
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1740221177697,
"lastUpdate": 1740221179267,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"entries": {
"OpenTelemetry-cpp api Benchmark": [
Expand Down Expand Up @@ -245508,6 +245508,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 232\ncpu: 606625.4784482757 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "lilotom@gmail.com",
"name": "Tom Tan",
"username": "ThomsonTan"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "021eb994cfaddbdf371601840e14e288323e19fc",
"message": "[ETW] Add configuration to export 64-bit integer as timestamp (#3286)",
"timestamp": "2025-02-22T11:43:05+01:00",
"tree_id": "415f40da0873da111a521771bf9915502ea497ff",
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/021eb994cfaddbdf371601840e14e288323e19fc"
},
"date": 1740221163361,
"tool": "googlecpp",
"benches": [
{
"name": "BM_OtlpExporterEmptySpans",
"value": 17.810730375485527,
"unit": "ns/iter",
"extra": "iterations: 6026000\ncpu: 17.81078144706273 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterSparseSpans",
"value": 130.67245483398438,
"unit": "ns/iter",
"extra": "iterations: 1075000\ncpu: 128.3173804651163 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterDenseSpans",
"value": 927.5023142496744,
"unit": "ns/iter",
"extra": "iterations: 150000\ncpu: 925.73032 ns\nthreads: 1"
},
{
"name": "BM_otlp_grpc_with_collector",
"value": 1685592.749599735,
"unit": "ns/iter",
"extra": "iterations: 233\ncpu: 603762.0987124465 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit e4ed23c

Please sign in to comment.