Commit 5eec5ba
Normalize machine memory units: GB to GiB, drop "<N> vCPU " prefix
Convert "<digits><space?>GB" → "<digits>GiB" in cloud-service machine
names. Where the value also carries an "<N> vCPU " prefix in front
of the GB amount, drop that prefix — the GiB tier already conveys
the size, so "8 vCPU 64 GB" simplifies to "64GiB".
Examples:
- "8 vCPU 64 GB" (AlloyDB) → "64GiB"
- "10 vCPU 40GB" (CHYT) → "40GiB"
- "720GB" (CHYT) → "720GiB"
- "Analytics-256GB" (Crunchy Bridge) → "Analytics-256GiB"
- "L1 - 16CPU 32GB" (Tablespace) → "L1 - 16CPU 32GiB"
(16CPU is not "vCPU" so it stays)
- "8 vCPU 32GB" (Timescale ☁️) → "32GiB"
- "16 vCPU 32GB" / "30 vCPU 480GB" (pgpro_tam) → "32GiB" / "480GiB"
- "64 vCPU 256GB" (YDB) → "256GiB"
Bare-metal hardware descriptions in hardware/, versions/, gravitons/
(e.g. "AWS c5.metal 100GB", "Linode 16GB", "Steam Deck 512 GB",
"AMD EPYC 3.2 GHz, Micron 5100 MAX 960 GB") are left alone.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a332fa0 commit 5eec5ba
47 files changed
Lines changed: 47 additions & 47 deletions
File tree
- alloydb/results/20231125
- chyt/results/20240916
- crunchy-bridge-for-analytics/results/20240605
- pgpro_tam/results
- 20250311
- 20250312
- tablespace/results
- 20240211
- 20240225
- timescale-cloud/results
- 20241115
- 20250626
- 20250703
- 20250704
- 20250707
- 20250713
- 20250909
- 20251210
- 20251213
- ydb/results/20250325
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments