|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1736973163078, |
| 2 | + "lastUpdate": 1736973165055, |
3 | 3 | "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", |
4 | 4 | "entries": { |
5 | 5 | "OpenTelemetry-cpp api Benchmark": [ |
@@ -105554,6 +105554,204 @@ window.BENCHMARK_DATA = { |
105554 | 105554 | "extra": "iterations: 238511\ncpu: 579.4018640649699 ns\nthreads: 1" |
105555 | 105555 | } |
105556 | 105556 | ] |
| 105557 | + }, |
| 105558 | + { |
| 105559 | + "commit": { |
| 105560 | + "author": { |
| 105561 | + |
| 105562 | + "name": "WenTao Ou", |
| 105563 | + "username": "owent" |
| 105564 | + }, |
| 105565 | + "committer": { |
| 105566 | + |
| 105567 | + "name": "GitHub", |
| 105568 | + "username": "web-flow" |
| 105569 | + }, |
| 105570 | + "distinct": true, |
| 105571 | + "id": "95baed7158964ef819bf8aa023ea8c0621f01621", |
| 105572 | + "message": "[SDK] Fix lifetime of GlobalLogHandler (#3221)", |
| 105573 | + "timestamp": "2025-01-15T21:18:26+01:00", |
| 105574 | + "tree_id": "c97912df7cb906deb763acd3c18bd708c07b04b0", |
| 105575 | + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/95baed7158964ef819bf8aa023ea8c0621f01621" |
| 105576 | + }, |
| 105577 | + "date": 1736973152360, |
| 105578 | + "tool": "googlecpp", |
| 105579 | + "benches": [ |
| 105580 | + { |
| 105581 | + "name": "BM_SpinLockThrashing/1/process_time/real_time", |
| 105582 | + "value": 0.09870270024175229, |
| 105583 | + "unit": "ms/iter", |
| 105584 | + "extra": "iterations: 1380\ncpu: 0.08635948043478262 ms\nthreads: 1" |
| 105585 | + }, |
| 105586 | + { |
| 105587 | + "name": "BM_SpinLockThrashing/2/process_time/real_time", |
| 105588 | + "value": 0.27047768803953215, |
| 105589 | + "unit": "ms/iter", |
| 105590 | + "extra": "iterations: 655\ncpu: 0.17398371145038166 ms\nthreads: 1" |
| 105591 | + }, |
| 105592 | + { |
| 105593 | + "name": "BM_SpinLockThrashing/4/process_time/real_time", |
| 105594 | + "value": 0.5658153564699234, |
| 105595 | + "unit": "ms/iter", |
| 105596 | + "extra": "iterations: 248\ncpu: 0.36212367338709683 ms\nthreads: 1" |
| 105597 | + }, |
| 105598 | + { |
| 105599 | + "name": "BM_ProcYieldSpinLockThrashing/1/process_time/real_time", |
| 105600 | + "value": 0.11384844779968262, |
| 105601 | + "unit": "ms/iter", |
| 105602 | + "extra": "iterations: 1000\ncpu: 0.086010421 ms\nthreads: 1" |
| 105603 | + }, |
| 105604 | + { |
| 105605 | + "name": "BM_ProcYieldSpinLockThrashing/2/process_time/real_time", |
| 105606 | + "value": 0.19521247175403109, |
| 105607 | + "unit": "ms/iter", |
| 105608 | + "extra": "iterations: 665\ncpu: 0.15974323308270666 ms\nthreads: 1" |
| 105609 | + }, |
| 105610 | + { |
| 105611 | + "name": "BM_ProcYieldSpinLockThrashing/4/process_time/real_time", |
| 105612 | + "value": 0.5932987713422931, |
| 105613 | + "unit": "ms/iter", |
| 105614 | + "extra": "iterations: 305\ncpu: 0.5697979704918035 ms\nthreads: 1" |
| 105615 | + }, |
| 105616 | + { |
| 105617 | + "name": "BM_NaiveSpinLockThrashing/1/process_time/real_time", |
| 105618 | + "value": 0.07867534406380243, |
| 105619 | + "unit": "ms/iter", |
| 105620 | + "extra": "iterations: 1882\ncpu: 0.07201271307120084 ms\nthreads: 1" |
| 105621 | + }, |
| 105622 | + { |
| 105623 | + "name": "BM_NaiveSpinLockThrashing/2/process_time/real_time", |
| 105624 | + "value": 0.20091704243233122, |
| 105625 | + "unit": "ms/iter", |
| 105626 | + "extra": "iterations: 601\ncpu: 0.16515339267886858 ms\nthreads: 1" |
| 105627 | + }, |
| 105628 | + { |
| 105629 | + "name": "BM_NaiveSpinLockThrashing/4/process_time/real_time", |
| 105630 | + "value": 0.7088751001742923, |
| 105631 | + "unit": "ms/iter", |
| 105632 | + "extra": "iterations: 223\ncpu: 0.6872706591928255 ms\nthreads: 1" |
| 105633 | + }, |
| 105634 | + { |
| 105635 | + "name": "BM_ThreadYieldSpinLockThrashing/1/process_time/real_time", |
| 105636 | + "value": 7.966167786542107, |
| 105637 | + "unit": "ms/iter", |
| 105638 | + "extra": "iterations: 17\ncpu: 7.850294764705876 ms\nthreads: 1" |
| 105639 | + }, |
| 105640 | + { |
| 105641 | + "name": "BM_ThreadYieldSpinLockThrashing/2/process_time/real_time", |
| 105642 | + "value": 28.143882751464844, |
| 105643 | + "unit": "ms/iter", |
| 105644 | + "extra": "iterations: 4\ncpu: 30.713753499999996 ms\nthreads: 1" |
| 105645 | + }, |
| 105646 | + { |
| 105647 | + "name": "BM_ThreadYieldSpinLockThrashing/4/process_time/real_time", |
| 105648 | + "value": 131.34002685546875, |
| 105649 | + "unit": "ms/iter", |
| 105650 | + "extra": "iterations: 1\ncpu: 228.79719900000018 ms\nthreads: 1" |
| 105651 | + }, |
| 105652 | + { |
| 105653 | + "name": "BM_CreateBaggageFromTenEntries", |
| 105654 | + "value": 6235.633934252116, |
| 105655 | + "unit": "ns/iter", |
| 105656 | + "extra": "iterations: 25022\ncpu: 5716.785149068819 ns\nthreads: 1" |
| 105657 | + }, |
| 105658 | + { |
| 105659 | + "name": "BM_ExtractBaggageHavingTenEntries", |
| 105660 | + "value": 1.5897090716009854, |
| 105661 | + "unit": "ns/iter", |
| 105662 | + "extra": "iterations: 88074743\ncpu: 1.55461164388524 ns\nthreads: 1" |
| 105663 | + }, |
| 105664 | + { |
| 105665 | + "name": "BM_CreateBaggageFrom180Entries", |
| 105666 | + "value": 123477.53474254481, |
| 105667 | + "unit": "ns/iter", |
| 105668 | + "extra": "iterations: 1208\ncpu: 114176.40894039732 ns\nthreads: 1" |
| 105669 | + }, |
| 105670 | + { |
| 105671 | + "name": "BM_ExtractBaggageWith180Entries", |
| 105672 | + "value": 0.7196460993008391, |
| 105673 | + "unit": "ns/iter", |
| 105674 | + "extra": "iterations: 197907543\ncpu: 0.715099434082712 ns\nthreads: 1" |
| 105675 | + }, |
| 105676 | + { |
| 105677 | + "name": "BM_SetValueBaggageWithTenEntries", |
| 105678 | + "value": 999.9619517958291, |
| 105679 | + "unit": "ns/iter", |
| 105680 | + "extra": "iterations: 141745\ncpu: 989.8802215245686 ns\nthreads: 1" |
| 105681 | + }, |
| 105682 | + { |
| 105683 | + "name": "BM_SetValueBaggageWith180Entries", |
| 105684 | + "value": 24782.051304703702, |
| 105685 | + "unit": "ns/iter", |
| 105686 | + "extra": "iterations: 5907\ncpu: 24695.94718131029 ns\nthreads: 1" |
| 105687 | + }, |
| 105688 | + { |
| 105689 | + "name": "BM_BaggageToHeaderTenEntries", |
| 105690 | + "value": 4012.539977621102, |
| 105691 | + "unit": "ns/iter", |
| 105692 | + "extra": "iterations: 34556\ncpu: 4001.7796041208458 ns\nthreads: 1" |
| 105693 | + }, |
| 105694 | + { |
| 105695 | + "name": "BM_BaggageToHeader180Entries", |
| 105696 | + "value": 71741.06980350759, |
| 105697 | + "unit": "ns/iter", |
| 105698 | + "extra": "iterations: 1945\ncpu: 71279.96452442167 ns\nthreads: 1" |
| 105699 | + }, |
| 105700 | + { |
| 105701 | + "name": "BM_SpanIdDefaultConstructor", |
| 105702 | + "value": 0.7002129891698938, |
| 105703 | + "unit": "ns/iter", |
| 105704 | + "extra": "iterations: 193699074\ncpu: 0.6992473490090099 ns\nthreads: 1" |
| 105705 | + }, |
| 105706 | + { |
| 105707 | + "name": "BM_SpanIdConstructor", |
| 105708 | + "value": 0.7216300390412664, |
| 105709 | + "unit": "ns/iter", |
| 105710 | + "extra": "iterations: 188554286\ncpu: 0.7185285462033995 ns\nthreads: 1" |
| 105711 | + }, |
| 105712 | + { |
| 105713 | + "name": "BM_SpanIdToLowerBase16", |
| 105714 | + "value": 14.447156112379101, |
| 105715 | + "unit": "ns/iter", |
| 105716 | + "extra": "iterations: 10830988\ncpu: 13.514716385984368 ns\nthreads: 1" |
| 105717 | + }, |
| 105718 | + { |
| 105719 | + "name": "BM_SpanIdIsValid", |
| 105720 | + "value": 0.7173787114662318, |
| 105721 | + "unit": "ns/iter", |
| 105722 | + "extra": "iterations: 196608440\ncpu: 0.7167810445980854 ns\nthreads: 1" |
| 105723 | + }, |
| 105724 | + { |
| 105725 | + "name": "BM_SpanCreation", |
| 105726 | + "value": 24.61279607006329, |
| 105727 | + "unit": "ns/iter", |
| 105728 | + "extra": "iterations: 5737040\ncpu: 24.47611555784865 ns\nthreads: 1" |
| 105729 | + }, |
| 105730 | + { |
| 105731 | + "name": "BM_SpanCreationWithScope", |
| 105732 | + "value": 195.9813448156546, |
| 105733 | + "unit": "ns/iter", |
| 105734 | + "extra": "iterations: 716308\ncpu: 194.58184607738573 ns\nthreads: 1" |
| 105735 | + }, |
| 105736 | + { |
| 105737 | + "name": "BM_NestedSpanCreationWithScope", |
| 105738 | + "value": 643.9298842346243, |
| 105739 | + "unit": "ns/iter", |
| 105740 | + "extra": "iterations: 219055\ncpu: 637.014503206957 ns\nthreads: 1" |
| 105741 | + }, |
| 105742 | + { |
| 105743 | + "name": "BM_SpanCreationWithManualSpanContextPropagation", |
| 105744 | + "value": 120.86311409391406, |
| 105745 | + "unit": "ns/iter", |
| 105746 | + "extra": "iterations: 1165189\ncpu: 119.90534668624575 ns\nthreads: 1" |
| 105747 | + }, |
| 105748 | + { |
| 105749 | + "name": "BM_SpanCreationWitContextPropagation", |
| 105750 | + "value": 579.0247127169979, |
| 105751 | + "unit": "ns/iter", |
| 105752 | + "extra": "iterations: 246161\ncpu: 577.9837098484328 ns\nthreads: 1" |
| 105753 | + } |
| 105754 | + ] |
105557 | 105755 | } |
105558 | 105756 | ], |
105559 | 105757 | "OpenTelemetry-cpp sdk Benchmark": [ |
|
0 commit comments