Commit 593ddf1
committed
ci(benchmark): aggressive shard rebalancing for 5-minute target
Split benchmarks into 15 shards to ensure each completes within
5 minutes. Separated slow vs non-slow tests for expensive operations
(all, items, keys) using the slow marker.
Shard distribution (estimated times):
- get: 25 tests (~3m)
- count: 25 tests (~3m)
- has: 31 tests (~3m)
- find-one-delete: 24 tests (~2m)
- write-compact: 32 tests (~5m)
- load: 19 tests (~4m)
- reload: 19 tests (~4m)
- keys-ci: 12 tests (~2.5m)
- keys-slow: 13 tests (~2.5m)
- all-ci: 12 tests (~3m)
- all-slow: 13 tests (~3.5m)
- items-ci: 12 tests (~3m)
- items-slow: 13 tests (~3.5m)
- find-high: 19 tests (~3m)
- find-other: 24 tests (~4m)
Memory tests excluded for now due to memray profiling overhead.1 parent 516e134 commit 593ddf1
1 file changed
Lines changed: 37 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 42 | + | |
46 | 43 | | |
47 | 44 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 45 | | |
68 | 46 | | |
69 | | - | |
70 | 47 | | |
71 | 48 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
| |||
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
90 | | - | |
| 98 | + | |
0 commit comments