Skip to content

Merge branch 'main' into feat/global-concurrency-limit

bd836f3
Select commit
Loading
Failed to load commit list.
Open

feat!: store-defined concurrency limits #3547

Merge branch 'main' into feat/global-concurrency-limit
bd836f3
Select commit
Loading
Failed to load commit list.
CodSpeed HQ / CodSpeed Performance Analysis failed Apr 14, 2026 in 0s

Performance Regression: -13.34%

⚡ 43 improved benchmarks
❌ 10 regressed benchmarks
✅ 13 untouched benchmarks
⏩ 6 skipped benchmarks1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
WallTime test_write_array[memory-Layout(shape=(1000000,), chunks=(1000,), shards=(1000,))-None] 1.6 s 1 s +57.77%
WallTime test_write_array[memory-Layout(shape=(1000000,), chunks=(100,), shards=(1000000,))-None] 5.3 s 4.1 s +28.57%
WallTime test_write_array[memory-Layout(shape=(1000000,), chunks=(1000,), shards=(1000,))-gzip] 2.1 s 1.4 s +49.45%
WallTime test_write_array[memory-Layout(shape=(1000000,), chunks=(100,), shards=(1000000,))-gzip] 9.5 s 7.8 s +21.11%
WallTime test_write_array[memory-Layout(shape=(1000000,), chunks=(1000,), shards=None)-None] 550.9 ms 451.5 ms +22.02%
WallTime test_write_array[local-Layout(shape=(1000000,), chunks=(100,), shards=(1000000,))-gzip] 9.4 s 7.8 s +20.91%
WallTime test_read_array[memory-Layout(shape=(1000000,), chunks=(1000,), shards=None)-None] 275.7 ms 222.1 ms +24.14%
WallTime test_write_array[local-Layout(shape=(1000000,), chunks=(1000,), shards=None)-gzip] 1.6 s 1.3 s +24.69%
WallTime test_write_array[memory-Layout(shape=(1000000,), chunks=(1000,), shards=None)-gzip] 1,015.3 ms 841.2 ms +20.7%
WallTime test_read_array[memory-Layout(shape=(1000000,), chunks=(1000,), shards=None)-gzip] 578.8 ms 481.1 ms +20.31%
WallTime test_write_array[local-Layout(shape=(1000000,), chunks=(1000,), shards=(1000,))-None] 2.8 s 1.5 s +85.13%
WallTime test_slice_indexing[None-(slice(None, None, None), slice(0, 3, 2), slice(0, 10, None))-memory] 3.7 ms 3.1 ms +17.58%
WallTime test_slice_indexing[None-(slice(10, -10, 4), slice(10, -10, 4), slice(10, -10, 4))-memory_get_latency] 230.6 ms 186.7 ms +23.49%
WallTime test_slice_indexing[None-(slice(None, None, None), slice(0, 3, 2), slice(0, 10, None))-memory_get_latency] 4.1 ms 3.6 ms +14.56%
WallTime test_write_array[local-Layout(shape=(1000000,), chunks=(1000,), shards=(1000,))-gzip] 3.2 s 1.9 s +69.88%
WallTime test_read_array[memory-Layout(shape=(1000000,), chunks=(100,), shards=(1000000,))-gzip] 5.9 s 4.6 s +27.7%
WallTime test_read_array[memory-Layout(shape=(1000000,), chunks=(1000,), shards=(1000,))-None] 969.6 ms 839.5 ms +15.5%
WallTime test_slice_indexing[(50, 50, 50)-(slice(None, None, None), slice(None, None, None), slice(None, None, None))-memory] 415.9 ms 319 ms +30.37%
WallTime test_read_array[memory-Layout(shape=(1000000,), chunks=(100,), shards=(1000000,))-None] 2.9 s 2.2 s +32.23%
WallTime test_write_array[local-Layout(shape=(1000000,), chunks=(100,), shards=(1000000,))-None] 5.3 s 4.1 s +28.8%
... ... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.


Comparing d-v-b:feat/global-concurrency-limit (bd836f3) with main (7c78574)2

Open in CodSpeed

Footnotes

  1. 6 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on main (0ea15fd) during the generation of this report, so 7c78574 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.