Skip to content

Commit 816662c

Browse files
author
github-action-benchmark
committed
add OpenTelemetry-cpp sdk Benchmark (googlecpp) benchmark result for ac1172e
1 parent d93a7d3 commit 816662c

File tree

1 file changed

+235
-1
lines changed

1 file changed

+235
-1
lines changed

benchmarks/data.js

Lines changed: 235 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1753737358115,
2+
"lastUpdate": 1753737360753,
33
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
44
"entries": {
55
"OpenTelemetry-cpp api Benchmark": [
@@ -279610,6 +279610,240 @@ window.BENCHMARK_DATA = {
279610279610
"extra": "iterations: 607483\ncpu: 239.15043713157445 ns\nthreads: 1"
279611279611
}
279612279612
]
279613+
},
279614+
{
279615+
"commit": {
279616+
"author": {
279617+
"email": "[email protected]",
279618+
"name": "Marc Alff",
279619+
"username": "marcalff"
279620+
},
279621+
"committer": {
279622+
"email": "[email protected]",
279623+
"name": "GitHub",
279624+
"username": "web-flow"
279625+
},
279626+
"distinct": true,
279627+
"id": "ac1172eb14ca0dd5739d6ae87a3442c462a553bb",
279628+
"message": "[SDK] View should not have a unit (#3552)",
279629+
"timestamp": "2025-07-28T23:11:58+02:00",
279630+
"tree_id": "1c0129c50736437d2abf02d81849eec105612ca2",
279631+
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/ac1172eb14ca0dd5739d6ae87a3442c462a553bb"
279632+
},
279633+
"date": 1753737340209,
279634+
"tool": "googlecpp",
279635+
"benches": [
279636+
{
279637+
"name": "BM_RandomIdGeneration",
279638+
"value": 5.417167459437328,
279639+
"unit": "ns/iter",
279640+
"extra": "iterations: 26017850\ncpu: 5.380538783950251 ns\nthreads: 1"
279641+
},
279642+
{
279643+
"name": "BM_RandomIdStdGeneration",
279644+
"value": 3.818375556730741,
279645+
"unit": "ns/iter",
279646+
"extra": "iterations: 36342020\ncpu: 3.7543635714250327 ns\nthreads: 1"
279647+
},
279648+
{
279649+
"name": "BM_AttributeMapHash",
279650+
"value": 200.6757383284482,
279651+
"unit": "ns/iter",
279652+
"extra": "iterations: 840517\ncpu: 164.18560957125197 ns\nthreads: 1"
279653+
},
279654+
{
279655+
"name": "BM_Base64Escape",
279656+
"value": 188.04415713445994,
279657+
"unit": "ns/iter",
279658+
"extra": "iterations: 930953\ncpu: 149.25429318128846 ns\nthreads: 1"
279659+
},
279660+
{
279661+
"name": "BM_Base64Unescape",
279662+
"value": 1999.9567164620846,
279663+
"unit": "ns/iter",
279664+
"extra": "iterations: 152935\ncpu: 882.3293359924149 ns\nthreads: 1"
279665+
},
279666+
{
279667+
"name": "BM_BaselineBuffer/1",
279668+
"value": 6537721.157073975,
279669+
"unit": "ns/iter",
279670+
"extra": "iterations: 100\ncpu: 63531.07000000001 ns\nthreads: 1"
279671+
},
279672+
{
279673+
"name": "BM_BaselineBuffer/2",
279674+
"value": 3826935.944608098,
279675+
"unit": "ns/iter",
279676+
"extra": "iterations: 1124\ncpu: 151071.1895017794 ns\nthreads: 1"
279677+
},
279678+
{
279679+
"name": "BM_BaselineBuffer/4",
279680+
"value": 3814056.9532061694,
279681+
"unit": "ns/iter",
279682+
"extra": "iterations: 579\ncpu: 246503.70120898102 ns\nthreads: 1"
279683+
},
279684+
{
279685+
"name": "BM_LockFreeBuffer/1",
279686+
"value": 2662981.0333251953,
279687+
"unit": "ns/iter",
279688+
"extra": "iterations: 1000\ncpu: 70358.40399999998 ns\nthreads: 1"
279689+
},
279690+
{
279691+
"name": "BM_LockFreeBuffer/2",
279692+
"value": 2723947.932928124,
279693+
"unit": "ns/iter",
279694+
"extra": "iterations: 837\ncpu: 147116.3715651135 ns\nthreads: 1"
279695+
},
279696+
{
279697+
"name": "BM_LockFreeBuffer/4",
279698+
"value": 2788404.4817515784,
279699+
"unit": "ns/iter",
279700+
"extra": "iterations: 560\ncpu: 278131.63749999995 ns\nthreads: 1"
279701+
},
279702+
{
279703+
"name": "BM_NewIndexer",
279704+
"value": 13.152471442046917,
279705+
"unit": "ns/iter",
279706+
"extra": "iterations: 10667000\ncpu: 13.157651729633344 ns\nthreads: 1"
279707+
},
279708+
{
279709+
"name": "BM_ComputeIndex/-1",
279710+
"value": 10.004216699163141,
279711+
"unit": "ns/iter",
279712+
"extra": "iterations: 14488000\ncpu: 9.693989646603866 ns\nthreads: 1"
279713+
},
279714+
{
279715+
"name": "BM_ComputeIndex/0",
279716+
"value": 9.511351601769837,
279717+
"unit": "ns/iter",
279718+
"extra": "iterations: 14554000\ncpu: 9.494001511613236 ns\nthreads: 1"
279719+
},
279720+
{
279721+
"name": "BM_ComputeIndex/1",
279722+
"value": 16.838301514223637,
279723+
"unit": "ns/iter",
279724+
"extra": "iterations: 8407000\ncpu: 16.828205067203857 ns\nthreads: 1"
279725+
},
279726+
{
279727+
"name": "BM_ComputeIndex/20",
279728+
"value": 16.92129543278406,
279729+
"unit": "ns/iter",
279730+
"extra": "iterations: 8351000\ncpu: 16.91031241767608 ns\nthreads: 1"
279731+
},
279732+
{
279733+
"name": "BM_SumAggregation",
279734+
"value": 6262001.783951469,
279735+
"unit": "ns/iter",
279736+
"extra": "iterations: 23\ncpu: 6206577.695652174 ns\nthreads: 1"
279737+
},
279738+
{
279739+
"name": "BM_AttributseProcessorFilter",
279740+
"value": 302.5575856716101,
279741+
"unit": "ns/iter",
279742+
"extra": "iterations: 469451\ncpu: 302.06806035134656 ns\nthreads: 1"
279743+
},
279744+
{
279745+
"name": "BM_MeasurementsTest",
279746+
"value": 6751916.408538818,
279747+
"unit": "ns/iter",
279748+
"extra": "iterations: 100\ncpu: 30407.360000000004 ns\nthreads: 1"
279749+
},
279750+
{
279751+
"name": "BM_AttributseHashMap",
279752+
"value": 54897308.349609375,
279753+
"unit": "ns/iter",
279754+
"extra": "iterations: 7\ncpu: 18270976.85714286 ns\nthreads: 1"
279755+
},
279756+
{
279757+
"name": "BM_HistogramAggregation",
279758+
"value": 54.33524096453631,
279759+
"unit": "ns/iter",
279760+
"extra": "iterations: 2700000\ncpu: 53.5053151851852 ns\nthreads: 1"
279761+
},
279762+
{
279763+
"name": "BM_Base2ExponentialHistogramAggregationZeroScale",
279764+
"value": 76.71707554867393,
279765+
"unit": "ns/iter",
279766+
"extra": "iterations: 1900000\ncpu: 75.61672789473684 ns\nthreads: 1"
279767+
},
279768+
{
279769+
"name": "BM_Base2ExponentialHistogramAggregationOneScale",
279770+
"value": 90.86430072784424,
279771+
"unit": "ns/iter",
279772+
"extra": "iterations: 1600000\ncpu: 89.73109625000004 ns\nthreads: 1"
279773+
},
279774+
{
279775+
"name": "BM_Base2ExponentialHistogramAggregationTwoScale",
279776+
"value": 85.96867322921753,
279777+
"unit": "ns/iter",
279778+
"extra": "iterations: 1600000\ncpu: 84.82445125000002 ns\nthreads: 1"
279779+
},
279780+
{
279781+
"name": "BM_Base2ExponentialHistogramAggregationFourScale",
279782+
"value": 88.13222249348958,
279783+
"unit": "ns/iter",
279784+
"extra": "iterations: 1800000\ncpu: 87.49817055555566 ns\nthreads: 1"
279785+
},
279786+
{
279787+
"name": "BM_Base2ExponentialHistogramAggregationEightScale",
279788+
"value": 91.40178561210632,
279789+
"unit": "ns/iter",
279790+
"extra": "iterations: 1600000\ncpu: 90.18071437500011 ns\nthreads: 1"
279791+
},
279792+
{
279793+
"name": "BM_Base2ExponentialHistogramAggregationSixteenScale",
279794+
"value": 90.73048830032349,
279795+
"unit": "ns/iter",
279796+
"extra": "iterations: 1600000\ncpu: 88.6106956249999 ns\nthreads: 1"
279797+
},
279798+
{
279799+
"name": "BM_AlwaysOffSamplerConstruction",
279800+
"value": 0.8083395647311192,
279801+
"unit": "ns/iter",
279802+
"extra": "iterations: 177711218\ncpu: 0.807735699611265 ns\nthreads: 1"
279803+
},
279804+
{
279805+
"name": "BM_AlwaysOnSamplerConstruction",
279806+
"value": 0.8063767774378024,
279807+
"unit": "ns/iter",
279808+
"extra": "iterations: 174083394\ncpu: 0.8017327258681549 ns\nthreads: 1"
279809+
},
279810+
{
279811+
"name": "BM_AlwaysOffSamplerShouldSample",
279812+
"value": 23.35408419742769,
279813+
"unit": "ns/iter",
279814+
"extra": "iterations: 5980044\ncpu: 23.18133177615416 ns\nthreads: 1"
279815+
},
279816+
{
279817+
"name": "BM_AlwaysOnSamplerShouldSample",
279818+
"value": 26.07736809054378,
279819+
"unit": "ns/iter",
279820+
"extra": "iterations: 5787482\ncpu: 24.179661897868538 ns\nthreads: 1"
279821+
},
279822+
{
279823+
"name": "BM_ParentBasedSamplerShouldSample",
279824+
"value": 29.7227492715074,
279825+
"unit": "ns/iter",
279826+
"extra": "iterations: 4721294\ncpu: 29.711216670683932 ns\nthreads: 1"
279827+
},
279828+
{
279829+
"name": "BM_TraceIdRatioBasedSamplerShouldSample",
279830+
"value": 20.526911747847812,
279831+
"unit": "ns/iter",
279832+
"extra": "iterations: 7023012\ncpu: 19.971272155024064 ns\nthreads: 1"
279833+
},
279834+
{
279835+
"name": "BM_SpanCreation",
279836+
"value": 1110.6504084558273,
279837+
"unit": "ns/iter",
279838+
"extra": "iterations: 123872\ncpu: 1109.3454372255217 ns\nthreads: 1"
279839+
},
279840+
{
279841+
"name": "BM_NoopSpanCreation",
279842+
"value": 266.4251613827491,
279843+
"unit": "ns/iter",
279844+
"extra": "iterations: 535839\ncpu: 266.3620229210639 ns\nthreads: 1"
279845+
}
279846+
]
279613279847
}
279614279848
],
279615279849
"OpenTelemetry-cpp exporters Benchmark": [

0 commit comments

Comments
 (0)