Skip to content

Commit 59e3387

Browse files
author
github-action-benchmark
committed
add OpenTelemetry-cpp api Benchmark (googlecpp) benchmark result for c3f3fcd
1 parent 6bb319b commit 59e3387

File tree

1 file changed

+199
-1
lines changed

1 file changed

+199
-1
lines changed

benchmarks/data.js

Lines changed: 199 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1756827056567,
2+
"lastUpdate": 1756855885787,
33
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
44
"entries": {
55
"OpenTelemetry-cpp api Benchmark": [
@@ -145550,6 +145550,204 @@ window.BENCHMARK_DATA = {
145550145550
"extra": "iterations: 1977\ncpu: 70382.91552857861 ns\nthreads: 1"
145551145551
}
145552145552
]
145553+
},
145554+
{
145555+
"commit": {
145556+
"author": {
145557+
"email": "[email protected]",
145558+
"name": "Marc Alff",
145559+
"username": "marcalff"
145560+
},
145561+
"committer": {
145562+
"email": "[email protected]",
145563+
"name": "GitHub",
145564+
"username": "web-flow"
145565+
},
145566+
"distinct": true,
145567+
"id": "c3f3fcd31d2ebe1b7d9950c39e3ae3b1a9e11201",
145568+
"message": "[MAINTAINER] Maintain version numbers with tbump (#3616)",
145569+
"timestamp": "2025-09-02T16:26:57-07:00",
145570+
"tree_id": "2d139de23db0eb5136bdf4e64ee09ef4effec0eb",
145571+
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/c3f3fcd31d2ebe1b7d9950c39e3ae3b1a9e11201"
145572+
},
145573+
"date": 1756855865516,
145574+
"tool": "googlecpp",
145575+
"benches": [
145576+
{
145577+
"name": "BM_SpinLockThrashing/1/process_time/real_time",
145578+
"value": 0.09997954471505803,
145579+
"unit": "ms/iter",
145580+
"extra": "iterations: 1390\ncpu: 0.0885554618705036 ms\nthreads: 1"
145581+
},
145582+
{
145583+
"name": "BM_SpinLockThrashing/2/process_time/real_time",
145584+
"value": 0.21355639960649034,
145585+
"unit": "ms/iter",
145586+
"extra": "iterations: 694\ncpu: 0.15748057925072045 ms\nthreads: 1"
145587+
},
145588+
{
145589+
"name": "BM_SpinLockThrashing/4/process_time/real_time",
145590+
"value": 0.5863015613858662,
145591+
"unit": "ms/iter",
145592+
"extra": "iterations: 252\ncpu: 0.36389605555555576 ms\nthreads: 1"
145593+
},
145594+
{
145595+
"name": "BM_ProcYieldSpinLockThrashing/1/process_time/real_time",
145596+
"value": 0.08317628537018615,
145597+
"unit": "ms/iter",
145598+
"extra": "iterations: 1657\ncpu: 0.0766637163548582 ms\nthreads: 1"
145599+
},
145600+
{
145601+
"name": "BM_ProcYieldSpinLockThrashing/2/process_time/real_time",
145602+
"value": 0.20846126665716616,
145603+
"unit": "ms/iter",
145604+
"extra": "iterations: 663\ncpu: 0.1801486606334842 ms\nthreads: 1"
145605+
},
145606+
{
145607+
"name": "BM_ProcYieldSpinLockThrashing/4/process_time/real_time",
145608+
"value": 0.5976095432188453,
145609+
"unit": "ms/iter",
145610+
"extra": "iterations: 205\ncpu: 0.5640503170731707 ms\nthreads: 1"
145611+
},
145612+
{
145613+
"name": "BM_NaiveSpinLockThrashing/1/process_time/real_time",
145614+
"value": 0.09118002161896128,
145615+
"unit": "ms/iter",
145616+
"extra": "iterations: 1541\ncpu: 0.08301212394548985 ms\nthreads: 1"
145617+
},
145618+
{
145619+
"name": "BM_NaiveSpinLockThrashing/2/process_time/real_time",
145620+
"value": 0.26736974420748383,
145621+
"unit": "ms/iter",
145622+
"extra": "iterations: 807\ncpu: 0.15670220198265183 ms\nthreads: 1"
145623+
},
145624+
{
145625+
"name": "BM_NaiveSpinLockThrashing/4/process_time/real_time",
145626+
"value": 0.8507728576660156,
145627+
"unit": "ms/iter",
145628+
"extra": "iterations: 200\ncpu: 0.8903594150000005 ms\nthreads: 1"
145629+
},
145630+
{
145631+
"name": "BM_ThreadYieldSpinLockThrashing/1/process_time/real_time",
145632+
"value": 7.904344134860569,
145633+
"unit": "ms/iter",
145634+
"extra": "iterations: 18\ncpu: 7.880799333333337 ms\nthreads: 1"
145635+
},
145636+
{
145637+
"name": "BM_ThreadYieldSpinLockThrashing/2/process_time/real_time",
145638+
"value": 49.519856770833336,
145639+
"unit": "ms/iter",
145640+
"extra": "iterations: 3\ncpu: 49.404986000000015 ms\nthreads: 1"
145641+
},
145642+
{
145643+
"name": "BM_ThreadYieldSpinLockThrashing/4/process_time/real_time",
145644+
"value": 133.77690315246582,
145645+
"unit": "ms/iter",
145646+
"extra": "iterations: 1\ncpu: 168.12360400000026 ms\nthreads: 1"
145647+
},
145648+
{
145649+
"name": "BM_SpanCreation",
145650+
"value": 37.75696283886731,
145651+
"unit": "ns/iter",
145652+
"extra": "iterations: 5699919\ncpu: 24.39111871589754 ns\nthreads: 1"
145653+
},
145654+
{
145655+
"name": "BM_SpanCreationWithScope",
145656+
"value": 390.1463061682447,
145657+
"unit": "ns/iter",
145658+
"extra": "iterations: 738059\ncpu: 190.3061137388745 ns\nthreads: 1"
145659+
},
145660+
{
145661+
"name": "BM_NestedSpanCreationWithScope",
145662+
"value": 911.7624733074034,
145663+
"unit": "ns/iter",
145664+
"extra": "iterations: 227304\ncpu: 637.348779607926 ns\nthreads: 1"
145665+
},
145666+
{
145667+
"name": "BM_SpanCreationWithManualSpanContextPropagation",
145668+
"value": 153.62428345911752,
145669+
"unit": "ns/iter",
145670+
"extra": "iterations: 1140994\ncpu: 121.76498386494585 ns\nthreads: 1"
145671+
},
145672+
{
145673+
"name": "BM_SpanCreationWitContextPropagation",
145674+
"value": 828.9507249325443,
145675+
"unit": "ns/iter",
145676+
"extra": "iterations: 240870\ncpu: 570.7193465354753 ns\nthreads: 1"
145677+
},
145678+
{
145679+
"name": "BM_SpanIdDefaultConstructor",
145680+
"value": 0.7048667038381233,
145681+
"unit": "ns/iter",
145682+
"extra": "iterations: 199453378\ncpu: 0.7041321907318112 ns\nthreads: 1"
145683+
},
145684+
{
145685+
"name": "BM_SpanIdConstructor",
145686+
"value": 0.7205246908588493,
145687+
"unit": "ns/iter",
145688+
"extra": "iterations: 193487998\ncpu: 0.7199198784412457 ns\nthreads: 1"
145689+
},
145690+
{
145691+
"name": "BM_SpanIdToLowerBase16",
145692+
"value": 13.532062857634505,
145693+
"unit": "ns/iter",
145694+
"extra": "iterations: 10290695\ncpu: 13.37705684601477 ns\nthreads: 1"
145695+
},
145696+
{
145697+
"name": "BM_SpanIdIsValid",
145698+
"value": 0.7160289134784211,
145699+
"unit": "ns/iter",
145700+
"extra": "iterations: 192496249\ncpu: 0.7062869832855805 ns\nthreads: 1"
145701+
},
145702+
{
145703+
"name": "BM_CreateBaggageFromTenEntries",
145704+
"value": 5689.882551364697,
145705+
"unit": "ns/iter",
145706+
"extra": "iterations: 24551\ncpu: 5630.993564416928 ns\nthreads: 1"
145707+
},
145708+
{
145709+
"name": "BM_ExtractBaggageHavingTenEntries",
145710+
"value": 1.4972080278005682,
145711+
"unit": "ns/iter",
145712+
"extra": "iterations: 92943096\ncpu: 1.491333234692333 ns\nthreads: 1"
145713+
},
145714+
{
145715+
"name": "BM_CreateBaggageFrom180Entries",
145716+
"value": 121493.8347463432,
145717+
"unit": "ns/iter",
145718+
"extra": "iterations: 1194\ncpu: 121314.35510887777 ns\nthreads: 1"
145719+
},
145720+
{
145721+
"name": "BM_ExtractBaggageWith180Entries",
145722+
"value": 0.7221928794745652,
145723+
"unit": "ns/iter",
145724+
"extra": "iterations: 194393940\ncpu: 0.7204870583928699 ns\nthreads: 1"
145725+
},
145726+
{
145727+
"name": "BM_SetValueBaggageWithTenEntries",
145728+
"value": 998.122268904462,
145729+
"unit": "ns/iter",
145730+
"extra": "iterations: 140188\ncpu: 996.5077396068137 ns\nthreads: 1"
145731+
},
145732+
{
145733+
"name": "BM_SetValueBaggageWith180Entries",
145734+
"value": 25125.260048724234,
145735+
"unit": "ns/iter",
145736+
"extra": "iterations: 5499\ncpu: 25043.0381887616 ns\nthreads: 1"
145737+
},
145738+
{
145739+
"name": "BM_BaggageToHeaderTenEntries",
145740+
"value": 3955.0670303831257,
145741+
"unit": "ns/iter",
145742+
"extra": "iterations: 34624\ncpu: 3930.1707774953816 ns\nthreads: 1"
145743+
},
145744+
{
145745+
"name": "BM_BaggageToHeader180Entries",
145746+
"value": 75294.68565320029,
145747+
"unit": "ns/iter",
145748+
"extra": "iterations: 1977\ncpu: 70382.91552857861 ns\nthreads: 1"
145749+
}
145750+
]
145553145751
}
145554145752
],
145555145753
"OpenTelemetry-cpp sdk Benchmark": [

0 commit comments

Comments
 (0)