|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1756903388665, |
| 2 | + "lastUpdate": 1756953217793, |
3 | 3 | "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", |
4 | 4 | "entries": { |
5 | 5 | "OpenTelemetry-cpp api Benchmark": [ |
@@ -292138,6 +292138,240 @@ window.BENCHMARK_DATA = { |
292138 | 292138 | "extra": "iterations: 1600000\ncpu: 88.20336749999991 ns\nthreads: 1" |
292139 | 292139 | } |
292140 | 292140 | ] |
| 292141 | + }, |
| 292142 | + { |
| 292143 | + "commit": { |
| 292144 | + "author": { |
| 292145 | + "email": "49699333+dependabot[bot]@users.noreply.github.com", |
| 292146 | + "name": "dependabot[bot]", |
| 292147 | + "username": "dependabot[bot]" |
| 292148 | + }, |
| 292149 | + "committer": { |
| 292150 | + |
| 292151 | + "name": "GitHub", |
| 292152 | + "username": "web-flow" |
| 292153 | + }, |
| 292154 | + "distinct": true, |
| 292155 | + "id": "cbfbb028f418e16b6948af2e7e35ca9cd275a8b7", |
| 292156 | + "message": "Bump benchmark-action/github-action-benchmark from 1.20.4 to 1.20.5 (#3623)", |
| 292157 | + "timestamp": "2025-09-03T19:28:08-07:00", |
| 292158 | + "tree_id": "1f0c2de38de99a7152c68e72503dbac7076e86d2", |
| 292159 | + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/cbfbb028f418e16b6948af2e7e35ca9cd275a8b7" |
| 292160 | + }, |
| 292161 | + "date": 1756953197695, |
| 292162 | + "tool": "googlecpp", |
| 292163 | + "benches": [ |
| 292164 | + { |
| 292165 | + "name": "BM_BaselineBuffer/1", |
| 292166 | + "value": 7291050.910949707, |
| 292167 | + "unit": "ns/iter", |
| 292168 | + "extra": "iterations: 1000\ncpu: 74795.526 ns\nthreads: 1" |
| 292169 | + }, |
| 292170 | + { |
| 292171 | + "name": "BM_BaselineBuffer/2", |
| 292172 | + "value": 3581860.907992026, |
| 292173 | + "unit": "ns/iter", |
| 292174 | + "extra": "iterations: 798\ncpu: 162295.82205513786 ns\nthreads: 1" |
| 292175 | + }, |
| 292176 | + { |
| 292177 | + "name": "BM_BaselineBuffer/4", |
| 292178 | + "value": 4171844.2984846905, |
| 292179 | + "unit": "ns/iter", |
| 292180 | + "extra": "iterations: 477\ncpu: 266117.87421383645 ns\nthreads: 1" |
| 292181 | + }, |
| 292182 | + { |
| 292183 | + "name": "BM_LockFreeBuffer/1", |
| 292184 | + "value": 3144994.020462036, |
| 292185 | + "unit": "ns/iter", |
| 292186 | + "extra": "iterations: 1000\ncpu: 78079.00299999998 ns\nthreads: 1" |
| 292187 | + }, |
| 292188 | + { |
| 292189 | + "name": "BM_LockFreeBuffer/2", |
| 292190 | + "value": 2660756.738021456, |
| 292191 | + "unit": "ns/iter", |
| 292192 | + "extra": "iterations: 928\ncpu: 177701.37500000003 ns\nthreads: 1" |
| 292193 | + }, |
| 292194 | + { |
| 292195 | + "name": "BM_LockFreeBuffer/4", |
| 292196 | + "value": 2939801.687722678, |
| 292197 | + "unit": "ns/iter", |
| 292198 | + "extra": "iterations: 455\ncpu: 292378.9010989012 ns\nthreads: 1" |
| 292199 | + }, |
| 292200 | + { |
| 292201 | + "name": "BM_RandomIdGeneration", |
| 292202 | + "value": 5.417167459437328, |
| 292203 | + "unit": "ns/iter", |
| 292204 | + "extra": "iterations: 26017850\ncpu: 5.380538783950251 ns\nthreads: 1" |
| 292205 | + }, |
| 292206 | + { |
| 292207 | + "name": "BM_RandomIdStdGeneration", |
| 292208 | + "value": 3.818375556730741, |
| 292209 | + "unit": "ns/iter", |
| 292210 | + "extra": "iterations: 36342020\ncpu: 3.7543635714250327 ns\nthreads: 1" |
| 292211 | + }, |
| 292212 | + { |
| 292213 | + "name": "BM_AttributeMapHash", |
| 292214 | + "value": 248.98295906583536, |
| 292215 | + "unit": "ns/iter", |
| 292216 | + "extra": "iterations: 867046\ncpu: 161.9818590939812 ns\nthreads: 1" |
| 292217 | + }, |
| 292218 | + { |
| 292219 | + "name": "BM_Base64Escape", |
| 292220 | + "value": 188.16847619355386, |
| 292221 | + "unit": "ns/iter", |
| 292222 | + "extra": "iterations: 958640\ncpu: 145.9483372277393 ns\nthreads: 1" |
| 292223 | + }, |
| 292224 | + { |
| 292225 | + "name": "BM_Base64Unescape", |
| 292226 | + "value": 1191.215353858794, |
| 292227 | + "unit": "ns/iter", |
| 292228 | + "extra": "iterations: 160840\ncpu: 918.8039293708031 ns\nthreads: 1" |
| 292229 | + }, |
| 292230 | + { |
| 292231 | + "name": "BM_AlwaysOffSamplerConstruction", |
| 292232 | + "value": 0.800374869051718, |
| 292233 | + "unit": "ns/iter", |
| 292234 | + "extra": "iterations: 173763272\ncpu: 0.7996370314665806 ns\nthreads: 1" |
| 292235 | + }, |
| 292236 | + { |
| 292237 | + "name": "BM_AlwaysOnSamplerConstruction", |
| 292238 | + "value": 0.8379239530958605, |
| 292239 | + "unit": "ns/iter", |
| 292240 | + "extra": "iterations: 173588177\ncpu: 0.8344182449706812 ns\nthreads: 1" |
| 292241 | + }, |
| 292242 | + { |
| 292243 | + "name": "BM_AlwaysOffSamplerShouldSample", |
| 292244 | + "value": 23.656438277595413, |
| 292245 | + "unit": "ns/iter", |
| 292246 | + "extra": "iterations: 5896699\ncpu: 23.533776609591236 ns\nthreads: 1" |
| 292247 | + }, |
| 292248 | + { |
| 292249 | + "name": "BM_AlwaysOnSamplerShouldSample", |
| 292250 | + "value": 24.836979071641718, |
| 292251 | + "unit": "ns/iter", |
| 292252 | + "extra": "iterations: 5654097\ncpu: 24.687841046943483 ns\nthreads: 1" |
| 292253 | + }, |
| 292254 | + { |
| 292255 | + "name": "BM_ParentBasedSamplerShouldSample", |
| 292256 | + "value": 29.70713331233088, |
| 292257 | + "unit": "ns/iter", |
| 292258 | + "extra": "iterations: 4685325\ncpu: 29.666304258509296 ns\nthreads: 1" |
| 292259 | + }, |
| 292260 | + { |
| 292261 | + "name": "BM_TraceIdRatioBasedSamplerShouldSample", |
| 292262 | + "value": 21.845144075052893, |
| 292263 | + "unit": "ns/iter", |
| 292264 | + "extra": "iterations: 6788942\ncpu: 20.67462868293762 ns\nthreads: 1" |
| 292265 | + }, |
| 292266 | + { |
| 292267 | + "name": "BM_SpanCreation", |
| 292268 | + "value": 1037.8910706493696, |
| 292269 | + "unit": "ns/iter", |
| 292270 | + "extra": "iterations: 135328\ncpu: 1037.0237497044232 ns\nthreads: 1" |
| 292271 | + }, |
| 292272 | + { |
| 292273 | + "name": "BM_NoopSpanCreation", |
| 292274 | + "value": 270.48964301230984, |
| 292275 | + "unit": "ns/iter", |
| 292276 | + "extra": "iterations: 552634\ncpu: 248.49729658327175 ns\nthreads: 1" |
| 292277 | + }, |
| 292278 | + { |
| 292279 | + "name": "BM_NewIndexer", |
| 292280 | + "value": 13.152471442046917, |
| 292281 | + "unit": "ns/iter", |
| 292282 | + "extra": "iterations: 10667000\ncpu: 13.157651729633344 ns\nthreads: 1" |
| 292283 | + }, |
| 292284 | + { |
| 292285 | + "name": "BM_ComputeIndex/-1", |
| 292286 | + "value": 10.004216699163141, |
| 292287 | + "unit": "ns/iter", |
| 292288 | + "extra": "iterations: 14488000\ncpu: 9.693989646603866 ns\nthreads: 1" |
| 292289 | + }, |
| 292290 | + { |
| 292291 | + "name": "BM_ComputeIndex/0", |
| 292292 | + "value": 9.511351601769837, |
| 292293 | + "unit": "ns/iter", |
| 292294 | + "extra": "iterations: 14554000\ncpu: 9.494001511613236 ns\nthreads: 1" |
| 292295 | + }, |
| 292296 | + { |
| 292297 | + "name": "BM_ComputeIndex/1", |
| 292298 | + "value": 16.838301514223637, |
| 292299 | + "unit": "ns/iter", |
| 292300 | + "extra": "iterations: 8407000\ncpu: 16.828205067203857 ns\nthreads: 1" |
| 292301 | + }, |
| 292302 | + { |
| 292303 | + "name": "BM_ComputeIndex/20", |
| 292304 | + "value": 16.92129543278406, |
| 292305 | + "unit": "ns/iter", |
| 292306 | + "extra": "iterations: 8351000\ncpu: 16.91031241767608 ns\nthreads: 1" |
| 292307 | + }, |
| 292308 | + { |
| 292309 | + "name": "BM_AttributseHashMap", |
| 292310 | + "value": 37581716.26499721, |
| 292311 | + "unit": "ns/iter", |
| 292312 | + "extra": "iterations: 7\ncpu: 20657493.714285713 ns\nthreads: 1" |
| 292313 | + }, |
| 292314 | + { |
| 292315 | + "name": "BM_SumAggregation", |
| 292316 | + "value": 6056236.184161643, |
| 292317 | + "unit": "ns/iter", |
| 292318 | + "extra": "iterations: 23\ncpu: 5988528.434782608 ns\nthreads: 1" |
| 292319 | + }, |
| 292320 | + { |
| 292321 | + "name": "BM_MeasurementsTest", |
| 292322 | + "value": 6869900.226593018, |
| 292323 | + "unit": "ns/iter", |
| 292324 | + "extra": "iterations: 100\ncpu: 36985.14 ns\nthreads: 1" |
| 292325 | + }, |
| 292326 | + { |
| 292327 | + "name": "BM_AttributseProcessorFilter", |
| 292328 | + "value": 286.14990429682706, |
| 292329 | + "unit": "ns/iter", |
| 292330 | + "extra": "iterations: 488762\ncpu: 285.8557723390935 ns\nthreads: 1" |
| 292331 | + }, |
| 292332 | + { |
| 292333 | + "name": "BM_HistogramAggregation", |
| 292334 | + "value": 54.6345004328975, |
| 292335 | + "unit": "ns/iter", |
| 292336 | + "extra": "iterations: 2700000\ncpu: 53.89389740740741 ns\nthreads: 1" |
| 292337 | + }, |
| 292338 | + { |
| 292339 | + "name": "BM_Base2ExponentialHistogramAggregationZeroScale", |
| 292340 | + "value": 75.71910556993987, |
| 292341 | + "unit": "ns/iter", |
| 292342 | + "extra": "iterations: 1900000\ncpu: 75.03241368421051 ns\nthreads: 1" |
| 292343 | + }, |
| 292344 | + { |
| 292345 | + "name": "BM_Base2ExponentialHistogramAggregationOneScale", |
| 292346 | + "value": 92.66570210456848, |
| 292347 | + "unit": "ns/iter", |
| 292348 | + "extra": "iterations: 1600000\ncpu: 90.28659687500001 ns\nthreads: 1" |
| 292349 | + }, |
| 292350 | + { |
| 292351 | + "name": "BM_Base2ExponentialHistogramAggregationTwoScale", |
| 292352 | + "value": 90.74732661247253, |
| 292353 | + "unit": "ns/iter", |
| 292354 | + "extra": "iterations: 1600000\ncpu: 89.34183875000002 ns\nthreads: 1" |
| 292355 | + }, |
| 292356 | + { |
| 292357 | + "name": "BM_Base2ExponentialHistogramAggregationFourScale", |
| 292358 | + "value": 94.88999843597412, |
| 292359 | + "unit": "ns/iter", |
| 292360 | + "extra": "iterations: 1600000\ncpu: 91.07046062499998 ns\nthreads: 1" |
| 292361 | + }, |
| 292362 | + { |
| 292363 | + "name": "BM_Base2ExponentialHistogramAggregationEightScale", |
| 292364 | + "value": 92.44635701179504, |
| 292365 | + "unit": "ns/iter", |
| 292366 | + "extra": "iterations: 1600000\ncpu: 91.73959812500007 ns\nthreads: 1" |
| 292367 | + }, |
| 292368 | + { |
| 292369 | + "name": "BM_Base2ExponentialHistogramAggregationSixteenScale", |
| 292370 | + "value": 91.49283170700073, |
| 292371 | + "unit": "ns/iter", |
| 292372 | + "extra": "iterations: 1600000\ncpu: 90.76147437500015 ns\nthreads: 1" |
| 292373 | + } |
| 292374 | + ] |
292141 | 292375 | } |
292142 | 292376 | ], |
292143 | 292377 | "OpenTelemetry-cpp exporters Benchmark": [ |
|
0 commit comments