|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1743347877966, |
| 2 | + "lastUpdate": 1743347880293, |
3 | 3 | "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", |
4 | 4 | "entries": { |
5 | 5 | "OpenTelemetry-cpp api Benchmark": [ |
@@ -114464,6 +114464,204 @@ window.BENCHMARK_DATA = { |
114464 | 114464 | "extra": "iterations: 1\ncpu: 168.12360400000026 ms\nthreads: 1" |
114465 | 114465 | } |
114466 | 114466 | ] |
| 114467 | + }, |
| 114468 | + { |
| 114469 | + "commit": { |
| 114470 | + "author": { |
| 114471 | + |
| 114472 | + "name": "Marc Alff", |
| 114473 | + "username": "marcalff" |
| 114474 | + }, |
| 114475 | + "committer": { |
| 114476 | + |
| 114477 | + "name": "GitHub", |
| 114478 | + "username": "web-flow" |
| 114479 | + }, |
| 114480 | + "distinct": true, |
| 114481 | + "id": "4ecafb6fbfb10121771daa963f806d010bd383bf", |
| 114482 | + "message": "[CI] Upgrade CI to ubuntu 22.04 (#3330)", |
| 114483 | + "timestamp": "2025-03-30T17:14:44+02:00", |
| 114484 | + "tree_id": "f1aa15d6ba663c8e62dcf663ac1982f99c202d1f", |
| 114485 | + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/4ecafb6fbfb10121771daa963f806d010bd383bf" |
| 114486 | + }, |
| 114487 | + "date": 1743347863283, |
| 114488 | + "tool": "googlecpp", |
| 114489 | + "benches": [ |
| 114490 | + { |
| 114491 | + "name": "BM_CreateBaggageFromTenEntries", |
| 114492 | + "value": 5689.882551364697, |
| 114493 | + "unit": "ns/iter", |
| 114494 | + "extra": "iterations: 24551\ncpu: 5630.993564416928 ns\nthreads: 1" |
| 114495 | + }, |
| 114496 | + { |
| 114497 | + "name": "BM_ExtractBaggageHavingTenEntries", |
| 114498 | + "value": 1.4972080278005682, |
| 114499 | + "unit": "ns/iter", |
| 114500 | + "extra": "iterations: 92943096\ncpu: 1.491333234692333 ns\nthreads: 1" |
| 114501 | + }, |
| 114502 | + { |
| 114503 | + "name": "BM_CreateBaggageFrom180Entries", |
| 114504 | + "value": 121493.8347463432, |
| 114505 | + "unit": "ns/iter", |
| 114506 | + "extra": "iterations: 1194\ncpu: 121314.35510887777 ns\nthreads: 1" |
| 114507 | + }, |
| 114508 | + { |
| 114509 | + "name": "BM_ExtractBaggageWith180Entries", |
| 114510 | + "value": 0.7221928794745652, |
| 114511 | + "unit": "ns/iter", |
| 114512 | + "extra": "iterations: 194393940\ncpu: 0.7204870583928699 ns\nthreads: 1" |
| 114513 | + }, |
| 114514 | + { |
| 114515 | + "name": "BM_SetValueBaggageWithTenEntries", |
| 114516 | + "value": 998.122268904462, |
| 114517 | + "unit": "ns/iter", |
| 114518 | + "extra": "iterations: 140188\ncpu: 996.5077396068137 ns\nthreads: 1" |
| 114519 | + }, |
| 114520 | + { |
| 114521 | + "name": "BM_SetValueBaggageWith180Entries", |
| 114522 | + "value": 25125.260048724234, |
| 114523 | + "unit": "ns/iter", |
| 114524 | + "extra": "iterations: 5499\ncpu: 25043.0381887616 ns\nthreads: 1" |
| 114525 | + }, |
| 114526 | + { |
| 114527 | + "name": "BM_BaggageToHeaderTenEntries", |
| 114528 | + "value": 3955.0670303831257, |
| 114529 | + "unit": "ns/iter", |
| 114530 | + "extra": "iterations: 34624\ncpu: 3930.1707774953816 ns\nthreads: 1" |
| 114531 | + }, |
| 114532 | + { |
| 114533 | + "name": "BM_BaggageToHeader180Entries", |
| 114534 | + "value": 75294.68565320029, |
| 114535 | + "unit": "ns/iter", |
| 114536 | + "extra": "iterations: 1977\ncpu: 70382.91552857861 ns\nthreads: 1" |
| 114537 | + }, |
| 114538 | + { |
| 114539 | + "name": "BM_SpanCreation", |
| 114540 | + "value": 24.670353642615865, |
| 114541 | + "unit": "ns/iter", |
| 114542 | + "extra": "iterations: 5659456\ncpu: 24.499597311119654 ns\nthreads: 1" |
| 114543 | + }, |
| 114544 | + { |
| 114545 | + "name": "BM_SpanCreationWithScope", |
| 114546 | + "value": 198.07398653631006, |
| 114547 | + "unit": "ns/iter", |
| 114548 | + "extra": "iterations: 714607\ncpu: 195.72215077658075 ns\nthreads: 1" |
| 114549 | + }, |
| 114550 | + { |
| 114551 | + "name": "BM_NestedSpanCreationWithScope", |
| 114552 | + "value": 640.8396304889209, |
| 114553 | + "unit": "ns/iter", |
| 114554 | + "extra": "iterations: 218785\ncpu: 634.9073382544509 ns\nthreads: 1" |
| 114555 | + }, |
| 114556 | + { |
| 114557 | + "name": "BM_SpanCreationWithManualSpanContextPropagation", |
| 114558 | + "value": 122.46811671073553, |
| 114559 | + "unit": "ns/iter", |
| 114560 | + "extra": "iterations: 1147528\ncpu: 121.78516864076516 ns\nthreads: 1" |
| 114561 | + }, |
| 114562 | + { |
| 114563 | + "name": "BM_SpanCreationWitContextPropagation", |
| 114564 | + "value": 591.0278167131402, |
| 114565 | + "unit": "ns/iter", |
| 114566 | + "extra": "iterations: 237676\ncpu: 586.5197621972769 ns\nthreads: 1" |
| 114567 | + }, |
| 114568 | + { |
| 114569 | + "name": "BM_SpanIdDefaultConstructor", |
| 114570 | + "value": 0.7048667038381233, |
| 114571 | + "unit": "ns/iter", |
| 114572 | + "extra": "iterations: 199453378\ncpu: 0.7041321907318112 ns\nthreads: 1" |
| 114573 | + }, |
| 114574 | + { |
| 114575 | + "name": "BM_SpanIdConstructor", |
| 114576 | + "value": 0.7205246908588493, |
| 114577 | + "unit": "ns/iter", |
| 114578 | + "extra": "iterations: 193487998\ncpu: 0.7199198784412457 ns\nthreads: 1" |
| 114579 | + }, |
| 114580 | + { |
| 114581 | + "name": "BM_SpanIdToLowerBase16", |
| 114582 | + "value": 13.532062857634505, |
| 114583 | + "unit": "ns/iter", |
| 114584 | + "extra": "iterations: 10290695\ncpu: 13.37705684601477 ns\nthreads: 1" |
| 114585 | + }, |
| 114586 | + { |
| 114587 | + "name": "BM_SpanIdIsValid", |
| 114588 | + "value": 0.7160289134784211, |
| 114589 | + "unit": "ns/iter", |
| 114590 | + "extra": "iterations: 192496249\ncpu: 0.7062869832855805 ns\nthreads: 1" |
| 114591 | + }, |
| 114592 | + { |
| 114593 | + "name": "BM_SpinLockThrashing/1/process_time/real_time", |
| 114594 | + "value": 0.09997954471505803, |
| 114595 | + "unit": "ms/iter", |
| 114596 | + "extra": "iterations: 1390\ncpu: 0.0885554618705036 ms\nthreads: 1" |
| 114597 | + }, |
| 114598 | + { |
| 114599 | + "name": "BM_SpinLockThrashing/2/process_time/real_time", |
| 114600 | + "value": 0.21355639960649034, |
| 114601 | + "unit": "ms/iter", |
| 114602 | + "extra": "iterations: 694\ncpu: 0.15748057925072045 ms\nthreads: 1" |
| 114603 | + }, |
| 114604 | + { |
| 114605 | + "name": "BM_SpinLockThrashing/4/process_time/real_time", |
| 114606 | + "value": 0.5863015613858662, |
| 114607 | + "unit": "ms/iter", |
| 114608 | + "extra": "iterations: 252\ncpu: 0.36389605555555576 ms\nthreads: 1" |
| 114609 | + }, |
| 114610 | + { |
| 114611 | + "name": "BM_ProcYieldSpinLockThrashing/1/process_time/real_time", |
| 114612 | + "value": 0.08317628537018615, |
| 114613 | + "unit": "ms/iter", |
| 114614 | + "extra": "iterations: 1657\ncpu: 0.0766637163548582 ms\nthreads: 1" |
| 114615 | + }, |
| 114616 | + { |
| 114617 | + "name": "BM_ProcYieldSpinLockThrashing/2/process_time/real_time", |
| 114618 | + "value": 0.20846126665716616, |
| 114619 | + "unit": "ms/iter", |
| 114620 | + "extra": "iterations: 663\ncpu: 0.1801486606334842 ms\nthreads: 1" |
| 114621 | + }, |
| 114622 | + { |
| 114623 | + "name": "BM_ProcYieldSpinLockThrashing/4/process_time/real_time", |
| 114624 | + "value": 0.5976095432188453, |
| 114625 | + "unit": "ms/iter", |
| 114626 | + "extra": "iterations: 205\ncpu: 0.5640503170731707 ms\nthreads: 1" |
| 114627 | + }, |
| 114628 | + { |
| 114629 | + "name": "BM_NaiveSpinLockThrashing/1/process_time/real_time", |
| 114630 | + "value": 0.09118002161896128, |
| 114631 | + "unit": "ms/iter", |
| 114632 | + "extra": "iterations: 1541\ncpu: 0.08301212394548985 ms\nthreads: 1" |
| 114633 | + }, |
| 114634 | + { |
| 114635 | + "name": "BM_NaiveSpinLockThrashing/2/process_time/real_time", |
| 114636 | + "value": 0.26736974420748383, |
| 114637 | + "unit": "ms/iter", |
| 114638 | + "extra": "iterations: 807\ncpu: 0.15670220198265183 ms\nthreads: 1" |
| 114639 | + }, |
| 114640 | + { |
| 114641 | + "name": "BM_NaiveSpinLockThrashing/4/process_time/real_time", |
| 114642 | + "value": 0.8507728576660156, |
| 114643 | + "unit": "ms/iter", |
| 114644 | + "extra": "iterations: 200\ncpu: 0.8903594150000005 ms\nthreads: 1" |
| 114645 | + }, |
| 114646 | + { |
| 114647 | + "name": "BM_ThreadYieldSpinLockThrashing/1/process_time/real_time", |
| 114648 | + "value": 7.904344134860569, |
| 114649 | + "unit": "ms/iter", |
| 114650 | + "extra": "iterations: 18\ncpu: 7.880799333333337 ms\nthreads: 1" |
| 114651 | + }, |
| 114652 | + { |
| 114653 | + "name": "BM_ThreadYieldSpinLockThrashing/2/process_time/real_time", |
| 114654 | + "value": 49.519856770833336, |
| 114655 | + "unit": "ms/iter", |
| 114656 | + "extra": "iterations: 3\ncpu: 49.404986000000015 ms\nthreads: 1" |
| 114657 | + }, |
| 114658 | + { |
| 114659 | + "name": "BM_ThreadYieldSpinLockThrashing/4/process_time/real_time", |
| 114660 | + "value": 133.77690315246582, |
| 114661 | + "unit": "ms/iter", |
| 114662 | + "extra": "iterations: 1\ncpu: 168.12360400000026 ms\nthreads: 1" |
| 114663 | + } |
| 114664 | + ] |
114467 | 114665 | } |
114468 | 114666 | ], |
114469 | 114667 | "OpenTelemetry-cpp sdk Benchmark": [ |
|
0 commit comments