Skip to content

Commit 4db2925

Browse files
author
github-action-benchmark
committed
add Benchmark (customSmallerIsBetter) benchmark result for 261dd53
1 parent 06e0463 commit 4db2925

File tree

1 file changed

+251
-1
lines changed
  • docs/benchmarks/nightly/backpressure

1 file changed

+251
-1
lines changed

docs/benchmarks/nightly/backpressure/data.js

Lines changed: 251 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1764066302808,
2+
"lastUpdate": 1764152517669,
33
"repoUrl": "https://github.com/open-telemetry/otel-arrow",
44
"entries": {
55
"Benchmark": [
@@ -4506,6 +4506,256 @@ window.BENCHMARK_DATA = {
45064506
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - Network Utilization"
45074507
}
45084508
]
4509+
},
4510+
{
4511+
"commit": {
4512+
"author": {
4513+
"name": "Laurent Quérel",
4514+
"username": "lquerel",
4515+
"email": "[email protected]"
4516+
},
4517+
"committer": {
4518+
"name": "GitHub",
4519+
"username": "web-flow",
4520+
"email": "[email protected]"
4521+
},
4522+
"id": "261dd531b0111ca72990d1aec9f69cb25160e1ce",
4523+
"message": "OTLP Exporter Optimizations (#1474)\n\nSupport for multiple simultaneous client connections to improve\nthroughput and the ack/nack system.\n\n---------\n\nCo-authored-by: Joshua MacDonald <[email protected]>",
4524+
"timestamp": "2025-11-25T23:19:54Z",
4525+
"url": "https://github.com/open-telemetry/otel-arrow/commit/261dd531b0111ca72990d1aec9f69cb25160e1ce"
4526+
},
4527+
"date": 1764152516664,
4528+
"tool": "customSmallerIsBetter",
4529+
"benches": [
4530+
{
4531+
"name": "dropped_logs_total",
4532+
"value": 995000,
4533+
"unit": "count",
4534+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - Dropped Log Count"
4535+
},
4536+
{
4537+
"name": "dropped_logs_percentage",
4538+
"value": 99.5,
4539+
"unit": "%",
4540+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - Dropped Logs %"
4541+
},
4542+
{
4543+
"name": "cpu_percentage_avg",
4544+
"value": 0.03240641175009484,
4545+
"unit": "%",
4546+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - CPU Percentage"
4547+
},
4548+
{
4549+
"name": "cpu_percentage_max",
4550+
"value": 0.04136765088207985,
4551+
"unit": "%",
4552+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - CPU Percentage"
4553+
},
4554+
{
4555+
"name": "ram_mib_avg",
4556+
"value": 20.3890625,
4557+
"unit": "MiB",
4558+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - RAM (MiB)"
4559+
},
4560+
{
4561+
"name": "ram_mib_max",
4562+
"value": 20.484375,
4563+
"unit": "MiB",
4564+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - RAM (MiB)"
4565+
},
4566+
{
4567+
"name": "logs_produced_total",
4568+
"value": 1000000,
4569+
"unit": "count",
4570+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - Log Counts"
4571+
},
4572+
{
4573+
"name": "logs_received_total",
4574+
"value": 5000,
4575+
"unit": "count",
4576+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - Log Counts"
4577+
},
4578+
{
4579+
"name": "network_tx_bytes_rate_avg",
4580+
"value": 58805.81159417456,
4581+
"unit": "bits/sec",
4582+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - Network Utilization"
4583+
},
4584+
{
4585+
"name": "network_rx_bytes_rate_avg",
4586+
"value": 4779.441118828777,
4587+
"unit": "bits/sec",
4588+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTAP - Network Utilization"
4589+
},
4590+
{
4591+
"name": "dropped_logs_total",
4592+
"value": 0,
4593+
"unit": "count",
4594+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - Dropped Log Count"
4595+
},
4596+
{
4597+
"name": "dropped_logs_percentage",
4598+
"value": 0,
4599+
"unit": "%",
4600+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - Dropped Logs %"
4601+
},
4602+
{
4603+
"name": "cpu_percentage_avg",
4604+
"value": 43.15419653464353,
4605+
"unit": "%",
4606+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - CPU Percentage"
4607+
},
4608+
{
4609+
"name": "cpu_percentage_max",
4610+
"value": 43.847920992555835,
4611+
"unit": "%",
4612+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - CPU Percentage"
4613+
},
4614+
{
4615+
"name": "ram_mib_avg",
4616+
"value": 33.705859375,
4617+
"unit": "MiB",
4618+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - RAM (MiB)"
4619+
},
4620+
{
4621+
"name": "ram_mib_max",
4622+
"value": 36.98046875,
4623+
"unit": "MiB",
4624+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - RAM (MiB)"
4625+
},
4626+
{
4627+
"name": "logs_produced_total",
4628+
"value": 2400000,
4629+
"unit": "count",
4630+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - Log Counts"
4631+
},
4632+
{
4633+
"name": "logs_received_total",
4634+
"value": 2400000,
4635+
"unit": "count",
4636+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - Log Counts"
4637+
},
4638+
{
4639+
"name": "network_tx_bytes_rate_avg",
4640+
"value": 14389261.982563794,
4641+
"unit": "bits/sec",
4642+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - Network Utilization"
4643+
},
4644+
{
4645+
"name": "network_rx_bytes_rate_avg",
4646+
"value": 13758191.333441079,
4647+
"unit": "bits/sec",
4648+
"extra": "Nightly - Backpressure/OTLP-ATTR-OTLP - Network Utilization"
4649+
},
4650+
{
4651+
"name": "dropped_logs_total",
4652+
"value": 0,
4653+
"unit": "count",
4654+
"extra": "Nightly - Filter/OTAP-FILTER-OTLP - Dropped Log Count"
4655+
},
4656+
{
4657+
"name": "dropped_logs_percentage",
4658+
"value": 0,
4659+
"unit": "%",
4660+
"extra": "Nightly - Filter/OTAP-FILTER-OTLP - Dropped Logs %"
4661+
},
4662+
{
4663+
"name": "cpu_percentage_avg",
4664+
"value": 11.856838005969486,
4665+
"unit": "%",
4666+
"extra": "Nightly - Filter/OTAP-FILTER-OTLP - CPU Percentage"
4667+
},
4668+
{
4669+
"name": "cpu_percentage_max",
4670+
"value": 12.114461054424403,
4671+
"unit": "%",
4672+
"extra": "Nightly - Filter/OTAP-FILTER-OTLP - CPU Percentage"
4673+
},
4674+
{
4675+
"name": "ram_mib_avg",
4676+
"value": 38.482421875,
4677+
"unit": "MiB",
4678+
"extra": "Nightly - Filter/OTAP-FILTER-OTLP - RAM (MiB)"
4679+
},
4680+
{
4681+
"name": "ram_mib_max",
4682+
"value": 40.52734375,
4683+
"unit": "MiB",
4684+
"extra": "Nightly - Filter/OTAP-FILTER-OTLP - RAM (MiB)"
4685+
},
4686+
{
4687+
"name": "logs_produced_total",
4688+
"value": 2400000,
4689+
"unit": "count",
4690+
"extra": "Nightly - Filter/OTAP-FILTER-OTLP - Log Counts"
4691+
},
4692+
{
4693+
"name": "network_tx_bytes_rate_avg",
4694+
"value": 190025.50253328303,
4695+
"unit": "bits/sec",
4696+
"extra": "Nightly - Filter/OTAP-FILTER-OTLP - Network Utilization"
4697+
},
4698+
{
4699+
"name": "network_rx_bytes_rate_avg",
4700+
"value": 5674983.515469199,
4701+
"unit": "bits/sec",
4702+
"extra": "Nightly - Filter/OTAP-FILTER-OTLP - Network Utilization"
4703+
},
4704+
{
4705+
"name": "dropped_logs_total",
4706+
"value": 0,
4707+
"unit": "count",
4708+
"extra": "Nightly - Filter/OTAP-FILTER-OTAP - Dropped Log Count"
4709+
},
4710+
{
4711+
"name": "dropped_logs_percentage",
4712+
"value": 0,
4713+
"unit": "%",
4714+
"extra": "Nightly - Filter/OTAP-FILTER-OTAP - Dropped Logs %"
4715+
},
4716+
{
4717+
"name": "cpu_percentage_avg",
4718+
"value": 9.060211864862397,
4719+
"unit": "%",
4720+
"extra": "Nightly - Filter/OTAP-FILTER-OTAP - CPU Percentage"
4721+
},
4722+
{
4723+
"name": "cpu_percentage_max",
4724+
"value": 9.562600691050584,
4725+
"unit": "%",
4726+
"extra": "Nightly - Filter/OTAP-FILTER-OTAP - CPU Percentage"
4727+
},
4728+
{
4729+
"name": "ram_mib_avg",
4730+
"value": 34.412109375,
4731+
"unit": "MiB",
4732+
"extra": "Nightly - Filter/OTAP-FILTER-OTAP - RAM (MiB)"
4733+
},
4734+
{
4735+
"name": "ram_mib_max",
4736+
"value": 37.13671875,
4737+
"unit": "MiB",
4738+
"extra": "Nightly - Filter/OTAP-FILTER-OTAP - RAM (MiB)"
4739+
},
4740+
{
4741+
"name": "logs_produced_total",
4742+
"value": 2400000,
4743+
"unit": "count",
4744+
"extra": "Nightly - Filter/OTAP-FILTER-OTAP - Log Counts"
4745+
},
4746+
{
4747+
"name": "network_tx_bytes_rate_avg",
4748+
"value": 209221.28912404313,
4749+
"unit": "bits/sec",
4750+
"extra": "Nightly - Filter/OTAP-FILTER-OTAP - Network Utilization"
4751+
},
4752+
{
4753+
"name": "network_rx_bytes_rate_avg",
4754+
"value": 5700107.271274016,
4755+
"unit": "bits/sec",
4756+
"extra": "Nightly - Filter/OTAP-FILTER-OTAP - Network Utilization"
4757+
}
4758+
]
45094759
}
45104760
]
45114761
}

0 commit comments

Comments
 (0)