|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1733930996876, |
| 2 | + "lastUpdate": 1733930999745, |
3 | 3 | "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", |
4 | 4 | "entries": { |
5 | 5 | "OpenTelemetry-cpp api Benchmark": [ |
@@ -101198,6 +101198,204 @@ window.BENCHMARK_DATA = { |
101198 | 101198 | "extra": "iterations: 1708\ncpu: 83370.96252927395 ns\nthreads: 1" |
101199 | 101199 | } |
101200 | 101200 | ] |
| 101201 | + }, |
| 101202 | + { |
| 101203 | + "commit": { |
| 101204 | + "author": { |
| 101205 | + |
| 101206 | + "name": "zurex", |
| 101207 | + "username": "zurex" |
| 101208 | + }, |
| 101209 | + "committer": { |
| 101210 | + |
| 101211 | + "name": "GitHub", |
| 101212 | + "username": "web-flow" |
| 101213 | + }, |
| 101214 | + "distinct": true, |
| 101215 | + "id": "490f882e6242daf769a94fc55162de3cd9f14e77", |
| 101216 | + "message": "[DOC] Update existing maintaining dependencies doc (#3195)", |
| 101217 | + "timestamp": "2024-12-11T16:15:10+01:00", |
| 101218 | + "tree_id": "7bda3274cf730e20f380a96377d8e6192645a771", |
| 101219 | + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/490f882e6242daf769a94fc55162de3cd9f14e77" |
| 101220 | + }, |
| 101221 | + "date": 1733930986670, |
| 101222 | + "tool": "googlecpp", |
| 101223 | + "benches": [ |
| 101224 | + { |
| 101225 | + "name": "BM_SpanIdDefaultConstructor", |
| 101226 | + "value": 0.7384322300996787, |
| 101227 | + "unit": "ns/iter", |
| 101228 | + "extra": "iterations: 192920126\ncpu: 0.7333800621714295 ns\nthreads: 1" |
| 101229 | + }, |
| 101230 | + { |
| 101231 | + "name": "BM_SpanIdConstructor", |
| 101232 | + "value": 0.710817626361586, |
| 101233 | + "unit": "ns/iter", |
| 101234 | + "extra": "iterations: 192675538\ncpu: 0.7097982464177679 ns\nthreads: 1" |
| 101235 | + }, |
| 101236 | + { |
| 101237 | + "name": "BM_SpanIdToLowerBase16", |
| 101238 | + "value": 15.24573305041941, |
| 101239 | + "unit": "ns/iter", |
| 101240 | + "extra": "iterations: 10322989\ncpu: 13.389542602438109 ns\nthreads: 1" |
| 101241 | + }, |
| 101242 | + { |
| 101243 | + "name": "BM_SpanIdIsValid", |
| 101244 | + "value": 0.7145480110629826, |
| 101245 | + "unit": "ns/iter", |
| 101246 | + "extra": "iterations: 193586215\ncpu: 0.714193022473217 ns\nthreads: 1" |
| 101247 | + }, |
| 101248 | + { |
| 101249 | + "name": "BM_SpanCreation", |
| 101250 | + "value": 22.14573045775986, |
| 101251 | + "unit": "ns/iter", |
| 101252 | + "extra": "iterations: 6277022\ncpu: 21.979905757857793 ns\nthreads: 1" |
| 101253 | + }, |
| 101254 | + { |
| 101255 | + "name": "BM_SpanCreationWithScope", |
| 101256 | + "value": 196.46152678216728, |
| 101257 | + "unit": "ns/iter", |
| 101258 | + "extra": "iterations: 718312\ncpu: 195.4731481584604 ns\nthreads: 1" |
| 101259 | + }, |
| 101260 | + { |
| 101261 | + "name": "BM_NestedSpanCreationWithScope", |
| 101262 | + "value": 636.0422982545242, |
| 101263 | + "unit": "ns/iter", |
| 101264 | + "extra": "iterations: 223940\ncpu: 632.3944538715726 ns\nthreads: 1" |
| 101265 | + }, |
| 101266 | + { |
| 101267 | + "name": "BM_SpanCreationWithManualSpanContextPropagation", |
| 101268 | + "value": 112.07854834245417, |
| 101269 | + "unit": "ns/iter", |
| 101270 | + "extra": "iterations: 1238093\ncpu: 111.90664836971051 ns\nthreads: 1" |
| 101271 | + }, |
| 101272 | + { |
| 101273 | + "name": "BM_SpanCreationWitContextPropagation", |
| 101274 | + "value": 612.8297915264267, |
| 101275 | + "unit": "ns/iter", |
| 101276 | + "extra": "iterations: 226140\ncpu: 610.9354426461483 ns\nthreads: 1" |
| 101277 | + }, |
| 101278 | + { |
| 101279 | + "name": "BM_SpinLockThrashing/1/process_time/real_time", |
| 101280 | + "value": 0.09755589352766993, |
| 101281 | + "unit": "ms/iter", |
| 101282 | + "extra": "iterations: 1491\ncpu: 0.0791218423876593 ms\nthreads: 1" |
| 101283 | + }, |
| 101284 | + { |
| 101285 | + "name": "BM_SpinLockThrashing/2/process_time/real_time", |
| 101286 | + "value": 0.19680344119561316, |
| 101287 | + "unit": "ms/iter", |
| 101288 | + "extra": "iterations: 838\ncpu: 0.10515912410501194 ms\nthreads: 1" |
| 101289 | + }, |
| 101290 | + { |
| 101291 | + "name": "BM_SpinLockThrashing/4/process_time/real_time", |
| 101292 | + "value": 0.7078948647084863, |
| 101293 | + "unit": "ms/iter", |
| 101294 | + "extra": "iterations: 198\ncpu: 0.40480336363636354 ms\nthreads: 1" |
| 101295 | + }, |
| 101296 | + { |
| 101297 | + "name": "BM_ProcYieldSpinLockThrashing/1/process_time/real_time", |
| 101298 | + "value": 0.10329443141086574, |
| 101299 | + "unit": "ms/iter", |
| 101300 | + "extra": "iterations: 1426\ncpu: 0.08040362903225808 ms\nthreads: 1" |
| 101301 | + }, |
| 101302 | + { |
| 101303 | + "name": "BM_ProcYieldSpinLockThrashing/2/process_time/real_time", |
| 101304 | + "value": 0.2801190064147712, |
| 101305 | + "unit": "ms/iter", |
| 101306 | + "extra": "iterations: 773\ncpu: 0.13806841785252277 ms\nthreads: 1" |
| 101307 | + }, |
| 101308 | + { |
| 101309 | + "name": "BM_ProcYieldSpinLockThrashing/4/process_time/real_time", |
| 101310 | + "value": 0.7012647887070974, |
| 101311 | + "unit": "ms/iter", |
| 101312 | + "extra": "iterations: 192\ncpu: 0.4121636614583333 ms\nthreads: 1" |
| 101313 | + }, |
| 101314 | + { |
| 101315 | + "name": "BM_NaiveSpinLockThrashing/1/process_time/real_time", |
| 101316 | + "value": 0.13567709922790527, |
| 101317 | + "unit": "ms/iter", |
| 101318 | + "extra": "iterations: 1000\ncpu: 0.0652480689999999 ms\nthreads: 1" |
| 101319 | + }, |
| 101320 | + { |
| 101321 | + "name": "BM_NaiveSpinLockThrashing/2/process_time/real_time", |
| 101322 | + "value": 0.2040001207417108, |
| 101323 | + "unit": "ms/iter", |
| 101324 | + "extra": "iterations: 758\ncpu: 0.1561905488126648 ms\nthreads: 1" |
| 101325 | + }, |
| 101326 | + { |
| 101327 | + "name": "BM_NaiveSpinLockThrashing/4/process_time/real_time", |
| 101328 | + "value": 0.7420004867925877, |
| 101329 | + "unit": "ms/iter", |
| 101330 | + "extra": "iterations: 205\ncpu: 0.4050414878048778 ms\nthreads: 1" |
| 101331 | + }, |
| 101332 | + { |
| 101333 | + "name": "BM_ThreadYieldSpinLockThrashing/1/process_time/real_time", |
| 101334 | + "value": 10.248064994812012, |
| 101335 | + "unit": "ms/iter", |
| 101336 | + "extra": "iterations: 10\ncpu: 7.393201800000004 ms\nthreads: 1" |
| 101337 | + }, |
| 101338 | + { |
| 101339 | + "name": "BM_ThreadYieldSpinLockThrashing/2/process_time/real_time", |
| 101340 | + "value": 30.05377451578776, |
| 101341 | + "unit": "ms/iter", |
| 101342 | + "extra": "iterations: 9\ncpu: 30.01273022222225 ms\nthreads: 1" |
| 101343 | + }, |
| 101344 | + { |
| 101345 | + "name": "BM_ThreadYieldSpinLockThrashing/4/process_time/real_time", |
| 101346 | + "value": 97.57483005523682, |
| 101347 | + "unit": "ms/iter", |
| 101348 | + "extra": "iterations: 2\ncpu: 176.12693099999987 ms\nthreads: 1" |
| 101349 | + }, |
| 101350 | + { |
| 101351 | + "name": "BM_CreateBaggageFromTenEntries", |
| 101352 | + "value": 5596.338408908035, |
| 101353 | + "unit": "ns/iter", |
| 101354 | + "extra": "iterations: 22069\ncpu: 5527.399338438534 ns\nthreads: 1" |
| 101355 | + }, |
| 101356 | + { |
| 101357 | + "name": "BM_ExtractBaggageHavingTenEntries", |
| 101358 | + "value": 1.2704361952020746, |
| 101359 | + "unit": "ns/iter", |
| 101360 | + "extra": "iterations: 115166555\ncpu: 1.2552861635915045 ns\nthreads: 1" |
| 101361 | + }, |
| 101362 | + { |
| 101363 | + "name": "BM_CreateBaggageFrom180Entries", |
| 101364 | + "value": 206324.87377907432, |
| 101365 | + "unit": "ns/iter", |
| 101366 | + "extra": "iterations: 1097\ncpu: 120977.39380127624 ns\nthreads: 1" |
| 101367 | + }, |
| 101368 | + { |
| 101369 | + "name": "BM_ExtractBaggageWith180Entries", |
| 101370 | + "value": 0.7296277977533974, |
| 101371 | + "unit": "ns/iter", |
| 101372 | + "extra": "iterations: 197806032\ncpu: 0.7278087151558653 ns\nthreads: 1" |
| 101373 | + }, |
| 101374 | + { |
| 101375 | + "name": "BM_SetValueBaggageWithTenEntries", |
| 101376 | + "value": 1068.5075813636042, |
| 101377 | + "unit": "ns/iter", |
| 101378 | + "extra": "iterations: 131549\ncpu: 1067.921740188067 ns\nthreads: 1" |
| 101379 | + }, |
| 101380 | + { |
| 101381 | + "name": "BM_SetValueBaggageWith180Entries", |
| 101382 | + "value": 27456.468007228737, |
| 101383 | + "unit": "ns/iter", |
| 101384 | + "extra": "iterations: 5119\ncpu: 27372.610470795058 ns\nthreads: 1" |
| 101385 | + }, |
| 101386 | + { |
| 101387 | + "name": "BM_BaggageToHeaderTenEntries", |
| 101388 | + "value": 4463.918405036404, |
| 101389 | + "unit": "ns/iter", |
| 101390 | + "extra": "iterations: 30368\ncpu: 4456.945600632247 ns\nthreads: 1" |
| 101391 | + }, |
| 101392 | + { |
| 101393 | + "name": "BM_BaggageToHeader180Entries", |
| 101394 | + "value": 82649.59102343008, |
| 101395 | + "unit": "ns/iter", |
| 101396 | + "extra": "iterations: 1711\ncpu: 82538.35710111054 ns\nthreads: 1" |
| 101397 | + } |
| 101398 | + ] |
101201 | 101399 | } |
101202 | 101400 | ], |
101203 | 101401 | "OpenTelemetry-cpp sdk Benchmark": [ |
|
0 commit comments