Skip to content

Commit 5415289

Browse files
author
github-action-benchmark
committed
add OpenTelemetry-cpp api Benchmark (googlecpp) benchmark result for 8b418fe
1 parent 064ad39 commit 5415289

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": 1733930999745,
2+
"lastUpdate": 1734098201115,
33
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
44
"entries": {
55
"OpenTelemetry-cpp api Benchmark": [
@@ -101396,6 +101396,204 @@ window.BENCHMARK_DATA = {
101396101396
"extra": "iterations: 1711\ncpu: 82538.35710111054 ns\nthreads: 1"
101397101397
}
101398101398
]
101399+
},
101400+
{
101401+
"commit": {
101402+
"author": {
101403+
"email": "[email protected]",
101404+
"name": "WenTao Ou",
101405+
"username": "owent"
101406+
},
101407+
"committer": {
101408+
"email": "[email protected]",
101409+
"name": "GitHub",
101410+
"username": "web-flow"
101411+
},
101412+
"distinct": true,
101413+
"id": "8b418fee835d89a7978e9471cbce07194d0a70a2",
101414+
"message": "[TEST] Change `is_called_` and `got_response_` to use atomic (#3204)",
101415+
"timestamp": "2024-12-13T14:41:46+01:00",
101416+
"tree_id": "99b4b8eaaabc46c31a82a944441945632c672d00",
101417+
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/8b418fee835d89a7978e9471cbce07194d0a70a2"
101418+
},
101419+
"date": 1734098190543,
101420+
"tool": "googlecpp",
101421+
"benches": [
101422+
{
101423+
"name": "BM_SpanIdDefaultConstructor",
101424+
"value": 0.6861305704865395,
101425+
"unit": "ns/iter",
101426+
"extra": "iterations: 213278347\ncpu: 0.6511627408665166 ns\nthreads: 1"
101427+
},
101428+
{
101429+
"name": "BM_SpanIdConstructor",
101430+
"value": 0.690010679993757,
101431+
"unit": "ns/iter",
101432+
"extra": "iterations: 223276580\ncpu: 0.669183368896102 ns\nthreads: 1"
101433+
},
101434+
{
101435+
"name": "BM_SpanIdToLowerBase16",
101436+
"value": 13.170452790395563,
101437+
"unit": "ns/iter",
101438+
"extra": "iterations: 10557706\ncpu: 13.09487259827088 ns\nthreads: 1"
101439+
},
101440+
{
101441+
"name": "BM_SpanIdIsValid",
101442+
"value": 0.6756476785364172,
101443+
"unit": "ns/iter",
101444+
"extra": "iterations: 212658529\ncpu: 0.6595701176885318 ns\nthreads: 1"
101445+
},
101446+
{
101447+
"name": "BM_SpanCreation",
101448+
"value": 24.82470158248118,
101449+
"unit": "ns/iter",
101450+
"extra": "iterations: 6309952\ncpu: 22.02339415577171 ns\nthreads: 1"
101451+
},
101452+
{
101453+
"name": "BM_SpanCreationWithScope",
101454+
"value": 241.07738784332165,
101455+
"unit": "ns/iter",
101456+
"extra": "iterations: 704995\ncpu: 193.24958333037827 ns\nthreads: 1"
101457+
},
101458+
{
101459+
"name": "BM_NestedSpanCreationWithScope",
101460+
"value": 640.460614723044,
101461+
"unit": "ns/iter",
101462+
"extra": "iterations: 225333\ncpu: 614.735378306773 ns\nthreads: 1"
101463+
},
101464+
{
101465+
"name": "BM_SpanCreationWithManualSpanContextPropagation",
101466+
"value": 123.36768833475448,
101467+
"unit": "ns/iter",
101468+
"extra": "iterations: 1240598\ncpu: 111.4410099000643 ns\nthreads: 1"
101469+
},
101470+
{
101471+
"name": "BM_SpanCreationWitContextPropagation",
101472+
"value": 613.3963850006091,
101473+
"unit": "ns/iter",
101474+
"extra": "iterations: 235197\ncpu: 589.0206890394008 ns\nthreads: 1"
101475+
},
101476+
{
101477+
"name": "BM_SpinLockThrashing/1/process_time/real_time",
101478+
"value": 0.1650830942713572,
101479+
"unit": "ms/iter",
101480+
"extra": "iterations: 668\ncpu: 0.07218499251497006 ms\nthreads: 1"
101481+
},
101482+
{
101483+
"name": "BM_SpinLockThrashing/2/process_time/real_time",
101484+
"value": 0.5413380918334654,
101485+
"unit": "ms/iter",
101486+
"extra": "iterations: 397\ncpu: 0.12703420403022672 ms\nthreads: 1"
101487+
},
101488+
{
101489+
"name": "BM_SpinLockThrashing/4/process_time/real_time",
101490+
"value": 1.3148569845938467,
101491+
"unit": "ms/iter",
101492+
"extra": "iterations: 111\ncpu: 0.5384852792792794 ms\nthreads: 1"
101493+
},
101494+
{
101495+
"name": "BM_ProcYieldSpinLockThrashing/1/process_time/real_time",
101496+
"value": 0.2443228327931034,
101497+
"unit": "ms/iter",
101498+
"extra": "iterations: 1124\ncpu: 0.07952918149466193 ms\nthreads: 1"
101499+
},
101500+
{
101501+
"name": "BM_ProcYieldSpinLockThrashing/2/process_time/real_time",
101502+
"value": 0.41392962137858075,
101503+
"unit": "ms/iter",
101504+
"extra": "iterations: 375\ncpu: 0.10792052533333345 ms\nthreads: 1"
101505+
},
101506+
{
101507+
"name": "BM_ProcYieldSpinLockThrashing/4/process_time/real_time",
101508+
"value": 1.6405725479125977,
101509+
"unit": "ms/iter",
101510+
"extra": "iterations: 100\ncpu: 0.5611403599999998 ms\nthreads: 1"
101511+
},
101512+
{
101513+
"name": "BM_NaiveSpinLockThrashing/1/process_time/real_time",
101514+
"value": 0.10041680407671671,
101515+
"unit": "ms/iter",
101516+
"extra": "iterations: 1131\ncpu: 0.07183676392572942 ms\nthreads: 1"
101517+
},
101518+
{
101519+
"name": "BM_NaiveSpinLockThrashing/2/process_time/real_time",
101520+
"value": 0.3998651417023545,
101521+
"unit": "ms/iter",
101522+
"extra": "iterations: 327\ncpu: 0.12417252293577982 ms\nthreads: 1"
101523+
},
101524+
{
101525+
"name": "BM_NaiveSpinLockThrashing/4/process_time/real_time",
101526+
"value": 1.0816147833159475,
101527+
"unit": "ms/iter",
101528+
"extra": "iterations: 132\ncpu: 0.52850753030303 ms\nthreads: 1"
101529+
},
101530+
{
101531+
"name": "BM_ThreadYieldSpinLockThrashing/1/process_time/real_time",
101532+
"value": 16.479665582830254,
101533+
"unit": "ms/iter",
101534+
"extra": "iterations: 11\ncpu: 7.838792272727274 ms\nthreads: 1"
101535+
},
101536+
{
101537+
"name": "BM_ThreadYieldSpinLockThrashing/2/process_time/real_time",
101538+
"value": 41.367689768473305,
101539+
"unit": "ms/iter",
101540+
"extra": "iterations: 3\ncpu: 37.53289033333333 ms\nthreads: 1"
101541+
},
101542+
{
101543+
"name": "BM_ThreadYieldSpinLockThrashing/4/process_time/real_time",
101544+
"value": 91.13037586212158,
101545+
"unit": "ms/iter",
101546+
"extra": "iterations: 2\ncpu: 118.88951899999999 ms\nthreads: 1"
101547+
},
101548+
{
101549+
"name": "BM_CreateBaggageFromTenEntries",
101550+
"value": 6819.114177124683,
101551+
"unit": "ns/iter",
101552+
"extra": "iterations: 23507\ncpu: 6605.282554132813 ns\nthreads: 1"
101553+
},
101554+
{
101555+
"name": "BM_ExtractBaggageHavingTenEntries",
101556+
"value": 1.264180461887691,
101557+
"unit": "ns/iter",
101558+
"extra": "iterations: 116652270\ncpu: 1.251092139055674 ns\nthreads: 1"
101559+
},
101560+
{
101561+
"name": "BM_CreateBaggageFrom180Entries",
101562+
"value": 114754.90090625534,
101563+
"unit": "ns/iter",
101564+
"extra": "iterations: 1098\ncpu: 113543.62204007286 ns\nthreads: 1"
101565+
},
101566+
{
101567+
"name": "BM_ExtractBaggageWith180Entries",
101568+
"value": 0.6447921640307258,
101569+
"unit": "ns/iter",
101570+
"extra": "iterations: 229269538\ncpu: 0.6366218917403674 ns\nthreads: 1"
101571+
},
101572+
{
101573+
"name": "BM_SetValueBaggageWithTenEntries",
101574+
"value": 1080.3082591591995,
101575+
"unit": "ns/iter",
101576+
"extra": "iterations: 137647\ncpu: 1037.2356099297476 ns\nthreads: 1"
101577+
},
101578+
{
101579+
"name": "BM_SetValueBaggageWith180Entries",
101580+
"value": 39817.25260039318,
101581+
"unit": "ns/iter",
101582+
"extra": "iterations: 5122\ncpu: 27269.420148379544 ns\nthreads: 1"
101583+
},
101584+
{
101585+
"name": "BM_BaggageToHeaderTenEntries",
101586+
"value": 4599.149445882834,
101587+
"unit": "ns/iter",
101588+
"extra": "iterations: 30617\ncpu: 4556.67204494235 ns\nthreads: 1"
101589+
},
101590+
{
101591+
"name": "BM_BaggageToHeader180Entries",
101592+
"value": 79031.43676400882,
101593+
"unit": "ns/iter",
101594+
"extra": "iterations: 1710\ncpu: 76566.00116959067 ns\nthreads: 1"
101595+
}
101596+
]
101399101597
}
101400101598
],
101401101599
"OpenTelemetry-cpp sdk Benchmark": [

0 commit comments

Comments
 (0)