[core] add perf metrics for 2.54.0 - #60994
Conversation
khluu
commented
Feb 12, 2026
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
There was a problem hiding this comment.
Code Review
This pull request updates the performance metrics for release 2.54.0. While the changes correctly reflect the new benchmark results, they reveal several critical performance regressions. The pull request description lists numerous regressions, with some latency metrics showing degradation of over 300% and throughput dropping by nearly 50% in key microbenchmarks. I have added comments highlighting some of the most severe regressions. These issues are critical and should be thoroughly investigated and addressed before these metrics are accepted as the new baseline.
| "perf_metric_name": "dashboard_p50_latency_ms", | ||
| "perf_metric_type": "LATENCY", | ||
| "perf_metric_value": 30.152 | ||
| "perf_metric_value": 68.326 |
| "perf_metric_name": "dashboard_p95_latency_ms", | ||
| "perf_metric_type": "LATENCY", | ||
| "perf_metric_value": 25.72 | ||
| "perf_metric_value": 116.561 |
| "perf_metric_name": "dashboard_p99_latency_ms", | ||
| "perf_metric_type": "LATENCY", | ||
| "perf_metric_value": 55.245 | ||
| "perf_metric_value": 176.997 |
| "perf_metric_name": "single_client_put_gigabytes", | ||
| "perf_metric_type": "THROUGHPUT", | ||
| "perf_metric_value": 18.177676237873847 | ||
| "perf_metric_value": 9.534215154530786 |
| "perf_metric_name": "dashboard_p50_latency_ms", | ||
| "perf_metric_type": "LATENCY", | ||
| "perf_metric_value": 3.729 | ||
| "perf_metric_value": 4.786 |
| "perf_metric_name": "1_1_actor_calls_sync", | ||
| "perf_metric_type": "THROUGHPUT", | ||
| "perf_metric_value": 1989.7334090798931 | ||
| "perf_metric_value": 1429.043792654831 |
| "perf_metric_name": "1_1_async_actor_calls_sync", | ||
| "perf_metric_type": "THROUGHPUT", | ||
| "perf_metric_value": 1433.5390152119278 | ||
| "perf_metric_value": 1006.5372823091388 |
| "perf_metric_name": "avg_iteration_time", | ||
| "perf_metric_type": "LATENCY", | ||
| "perf_metric_value": 0.8959456539154053 | ||
| "perf_metric_value": 1.4278212523460387 |
| "perf_metric_name": "stage_3_creation_time", | ||
| "perf_metric_type": "LATENCY", | ||
| "perf_metric_value": 1.3985865116119385 | ||
| "perf_metric_value": 2.240680456161499 |
|
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |