Add perf metrics for 2.56.0#64196
Conversation
khluu
commented
Jun 18, 2026
Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
There was a problem hiding this comment.
Code Review
This pull request updates several performance benchmark metric files to reflect results for version 2.56.0. While some metrics show improvements, the review highlights three severe regressions: a 46.02% throughput drop in single-client object store write operations, a 127.38% increase in P95 dashboard latency under task load, and a 329% spike in peak memory usage during the many_nodes benchmark. These regressions require immediate investigation before proceeding.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| "single_client_put_gigabytes": [ | ||
| 12.831166033501425, | ||
| 9.770703025046103 | ||
| 6.9262999947537205, | ||
| 4.926803289933447 |
| "perf_metric_name": "dashboard_p95_latency_ms", | ||
| "perf_metric_type": "LATENCY", | ||
| "perf_metric_value": 241.548 | ||
| "perf_metric_value": 549.229 | ||
| }, |
| "_dashboard_test_success": true, | ||
| "_peak_memory": 2.36, | ||
| "_peak_process_memory": "PID\tMEM\tCOMMAND\n3547\t0.6GiB\t/home/ray/anaconda3/lib/python3.10/site-packages/ray/core/src/ray/gcs/gcs_server --log_dir=/tmp/ray/\n2994\t0.32GiB\tvector --watch-config --log-format json --config-yaml /etc/vector/vector.yaml\n5416\t0.31GiB\taide --config=/etc/aide/aide.conf --update --after=report_url=file:/var/lib/aide/dailyaidecheck/arun\n4911\t0.17GiB\tpython distributed/test_many_tasks.py --num-tasks=1000\n3762\t0.17GiB\tray-dashboard-NodeHead-0 (/home/ray/anaconda3/bin/python3.10 -c \"from multiprocessing.spawn import s\n4243\t0.13GiB\tray::DashboardAgent\n3105\t0.11GiB\t/app/infra/dataplane/webterminal/webterminal_sidecar_image.binary.runfiles/python3_9_x86_64-unknown-\n1364\t0.1GiB\t/app/product/go/infra/anyscaled/anyscaled_/anyscaled startv2 --control_plane_url=https://console.any\n3680\t0.09GiB\t/home/ray/anaconda3/bin/python3.10 /home/ray/anaconda3/lib/python3.10/site-packages/ray/dashboard/da\n5117\t0.09GiB\tray::StateAPIGeneratorActor.start", | ||
| "_peak_memory": 10.13, |