Skip to content

Commit f400010

Browse files
author
github-action-benchmark
committed
add OpenTelemetry-cpp api Benchmark (googlecpp) benchmark result for d99593f
1 parent 50ab0ff commit f400010

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": 1748461494413,
2+
"lastUpdate": 1748461496164,
33
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
44
"entries": {
55
"OpenTelemetry-cpp api Benchmark": [
@@ -124166,6 +124166,204 @@ window.BENCHMARK_DATA = {
124166124166
"extra": "iterations: 1977\ncpu: 70382.91552857861 ns\nthreads: 1"
124167124167
}
124168124168
]
124169+
},
124170+
{
124171+
"commit": {
124172+
"author": {
124173+
"email": "[email protected]",
124174+
"name": "ethan",
124175+
"username": "ethandmd"
124176+
},
124177+
"committer": {
124178+
"email": "[email protected]",
124179+
"name": "GitHub",
124180+
"username": "web-flow"
124181+
},
124182+
"distinct": true,
124183+
"id": "d99593f2fdefce1cd7a2c6249d8207f81772df35",
124184+
"message": "[EXPORTER] support unix sockets in grpc client (#3410)",
124185+
"timestamp": "2025-05-28T21:41:18+02:00",
124186+
"tree_id": "ef5201989b1fa181317a32390fab3f93568f3e22",
124187+
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/d99593f2fdefce1cd7a2c6249d8207f81772df35"
124188+
},
124189+
"date": 1748461477669,
124190+
"tool": "googlecpp",
124191+
"benches": [
124192+
{
124193+
"name": "BM_SpinLockThrashing/1/process_time/real_time",
124194+
"value": 0.09997954471505803,
124195+
"unit": "ms/iter",
124196+
"extra": "iterations: 1390\ncpu: 0.0885554618705036 ms\nthreads: 1"
124197+
},
124198+
{
124199+
"name": "BM_SpinLockThrashing/2/process_time/real_time",
124200+
"value": 0.21355639960649034,
124201+
"unit": "ms/iter",
124202+
"extra": "iterations: 694\ncpu: 0.15748057925072045 ms\nthreads: 1"
124203+
},
124204+
{
124205+
"name": "BM_SpinLockThrashing/4/process_time/real_time",
124206+
"value": 0.5863015613858662,
124207+
"unit": "ms/iter",
124208+
"extra": "iterations: 252\ncpu: 0.36389605555555576 ms\nthreads: 1"
124209+
},
124210+
{
124211+
"name": "BM_ProcYieldSpinLockThrashing/1/process_time/real_time",
124212+
"value": 0.08317628537018615,
124213+
"unit": "ms/iter",
124214+
"extra": "iterations: 1657\ncpu: 0.0766637163548582 ms\nthreads: 1"
124215+
},
124216+
{
124217+
"name": "BM_ProcYieldSpinLockThrashing/2/process_time/real_time",
124218+
"value": 0.20846126665716616,
124219+
"unit": "ms/iter",
124220+
"extra": "iterations: 663\ncpu: 0.1801486606334842 ms\nthreads: 1"
124221+
},
124222+
{
124223+
"name": "BM_ProcYieldSpinLockThrashing/4/process_time/real_time",
124224+
"value": 0.5976095432188453,
124225+
"unit": "ms/iter",
124226+
"extra": "iterations: 205\ncpu: 0.5640503170731707 ms\nthreads: 1"
124227+
},
124228+
{
124229+
"name": "BM_NaiveSpinLockThrashing/1/process_time/real_time",
124230+
"value": 0.09118002161896128,
124231+
"unit": "ms/iter",
124232+
"extra": "iterations: 1541\ncpu: 0.08301212394548985 ms\nthreads: 1"
124233+
},
124234+
{
124235+
"name": "BM_NaiveSpinLockThrashing/2/process_time/real_time",
124236+
"value": 0.26736974420748383,
124237+
"unit": "ms/iter",
124238+
"extra": "iterations: 807\ncpu: 0.15670220198265183 ms\nthreads: 1"
124239+
},
124240+
{
124241+
"name": "BM_NaiveSpinLockThrashing/4/process_time/real_time",
124242+
"value": 0.8507728576660156,
124243+
"unit": "ms/iter",
124244+
"extra": "iterations: 200\ncpu: 0.8903594150000005 ms\nthreads: 1"
124245+
},
124246+
{
124247+
"name": "BM_ThreadYieldSpinLockThrashing/1/process_time/real_time",
124248+
"value": 7.904344134860569,
124249+
"unit": "ms/iter",
124250+
"extra": "iterations: 18\ncpu: 7.880799333333337 ms\nthreads: 1"
124251+
},
124252+
{
124253+
"name": "BM_ThreadYieldSpinLockThrashing/2/process_time/real_time",
124254+
"value": 49.519856770833336,
124255+
"unit": "ms/iter",
124256+
"extra": "iterations: 3\ncpu: 49.404986000000015 ms\nthreads: 1"
124257+
},
124258+
{
124259+
"name": "BM_ThreadYieldSpinLockThrashing/4/process_time/real_time",
124260+
"value": 133.77690315246582,
124261+
"unit": "ms/iter",
124262+
"extra": "iterations: 1\ncpu: 168.12360400000026 ms\nthreads: 1"
124263+
},
124264+
{
124265+
"name": "BM_SpanCreation",
124266+
"value": 56.48515774394035,
124267+
"unit": "ns/iter",
124268+
"extra": "iterations: 5626228\ncpu: 24.647281446823698 ns\nthreads: 1"
124269+
},
124270+
{
124271+
"name": "BM_SpanCreationWithScope",
124272+
"value": 454.19158390941965,
124273+
"unit": "ns/iter",
124274+
"extra": "iterations: 745001\ncpu: 190.59604483752375 ns\nthreads: 1"
124275+
},
124276+
{
124277+
"name": "BM_NestedSpanCreationWithScope",
124278+
"value": 1372.264501366369,
124279+
"unit": "ns/iter",
124280+
"extra": "iterations: 230969\ncpu: 616.2594590616056 ns\nthreads: 1"
124281+
},
124282+
{
124283+
"name": "BM_SpanCreationWithManualSpanContextPropagation",
124284+
"value": 215.92173220693633,
124285+
"unit": "ns/iter",
124286+
"extra": "iterations: 1161346\ncpu: 120.09814301680983 ns\nthreads: 1"
124287+
},
124288+
{
124289+
"name": "BM_SpanCreationWitContextPropagation",
124290+
"value": 1232.0959865363127,
124291+
"unit": "ns/iter",
124292+
"extra": "iterations: 243639\ncpu: 574.6464441242987 ns\nthreads: 1"
124293+
},
124294+
{
124295+
"name": "BM_SpanIdDefaultConstructor",
124296+
"value": 0.7048667038381233,
124297+
"unit": "ns/iter",
124298+
"extra": "iterations: 199453378\ncpu: 0.7041321907318112 ns\nthreads: 1"
124299+
},
124300+
{
124301+
"name": "BM_SpanIdConstructor",
124302+
"value": 0.7205246908588493,
124303+
"unit": "ns/iter",
124304+
"extra": "iterations: 193487998\ncpu: 0.7199198784412457 ns\nthreads: 1"
124305+
},
124306+
{
124307+
"name": "BM_SpanIdToLowerBase16",
124308+
"value": 13.532062857634505,
124309+
"unit": "ns/iter",
124310+
"extra": "iterations: 10290695\ncpu: 13.37705684601477 ns\nthreads: 1"
124311+
},
124312+
{
124313+
"name": "BM_SpanIdIsValid",
124314+
"value": 0.7160289134784211,
124315+
"unit": "ns/iter",
124316+
"extra": "iterations: 192496249\ncpu: 0.7062869832855805 ns\nthreads: 1"
124317+
},
124318+
{
124319+
"name": "BM_CreateBaggageFromTenEntries",
124320+
"value": 5689.882551364697,
124321+
"unit": "ns/iter",
124322+
"extra": "iterations: 24551\ncpu: 5630.993564416928 ns\nthreads: 1"
124323+
},
124324+
{
124325+
"name": "BM_ExtractBaggageHavingTenEntries",
124326+
"value": 1.4972080278005682,
124327+
"unit": "ns/iter",
124328+
"extra": "iterations: 92943096\ncpu: 1.491333234692333 ns\nthreads: 1"
124329+
},
124330+
{
124331+
"name": "BM_CreateBaggageFrom180Entries",
124332+
"value": 121493.8347463432,
124333+
"unit": "ns/iter",
124334+
"extra": "iterations: 1194\ncpu: 121314.35510887777 ns\nthreads: 1"
124335+
},
124336+
{
124337+
"name": "BM_ExtractBaggageWith180Entries",
124338+
"value": 0.7221928794745652,
124339+
"unit": "ns/iter",
124340+
"extra": "iterations: 194393940\ncpu: 0.7204870583928699 ns\nthreads: 1"
124341+
},
124342+
{
124343+
"name": "BM_SetValueBaggageWithTenEntries",
124344+
"value": 998.122268904462,
124345+
"unit": "ns/iter",
124346+
"extra": "iterations: 140188\ncpu: 996.5077396068137 ns\nthreads: 1"
124347+
},
124348+
{
124349+
"name": "BM_SetValueBaggageWith180Entries",
124350+
"value": 25125.260048724234,
124351+
"unit": "ns/iter",
124352+
"extra": "iterations: 5499\ncpu: 25043.0381887616 ns\nthreads: 1"
124353+
},
124354+
{
124355+
"name": "BM_BaggageToHeaderTenEntries",
124356+
"value": 3955.0670303831257,
124357+
"unit": "ns/iter",
124358+
"extra": "iterations: 34624\ncpu: 3930.1707774953816 ns\nthreads: 1"
124359+
},
124360+
{
124361+
"name": "BM_BaggageToHeader180Entries",
124362+
"value": 75294.68565320029,
124363+
"unit": "ns/iter",
124364+
"extra": "iterations: 1977\ncpu: 70382.91552857861 ns\nthreads: 1"
124365+
}
124366+
]
124169124367
}
124170124368
],
124171124369
"OpenTelemetry-cpp sdk Benchmark": [

0 commit comments

Comments
 (0)