Skip to content

Commit b65581e

Browse files
committed
Fix image alt text for accessibility and portfolio captions
Replace screenshot timestamps with descriptive alt text: - Telemetry Dashboard panels (Throughput, Latency, Probe, Heatmap, FFT) - Config Editor Panel - Snapshot Inspector - Benchmark Suites Panel - Workload DNA visualizations - Textual TUI Terminal Dashboard
1 parent d44bf97 commit b65581e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,16 @@ Mission Control honours `ADHASH_TOKEN` for metrics authentication and gracefully
133133
This view shows real-time throughput, latency, and probe distribution analytics during live workload runs.
134134

135135

136-
<img width="1268" height="932" alt="Screenshot 2025-10-06 at 1 21 40 AM" src="https://github.com/user-attachments/assets/30bf552b-d122-401a-8cf2-2db54d9ce952" />
136+
<img width="1268" height="932" alt="Telemetry Dashboard - Real-time Throughput" src="https://github.com/user-attachments/assets/30bf552b-d122-401a-8cf2-2db54d9ce952" />
137137

138138

139-
<img width="1274" height="926" alt="Screenshot 2025-10-06 at 1 21 50 AM" src="https://github.com/user-attachments/assets/623d2f1e-8676-41c4-a84b-0e016132ba5c" />
139+
<img width="1274" height="926" alt="Telemetry Dashboard - Latency Histogram" src="https://github.com/user-attachments/assets/623d2f1e-8676-41c4-a84b-0e016132ba5c" />
140140

141-
<img width="1263" height="936" alt="Screenshot 2025-10-06 at 1 21 57 AM" src="https://github.com/user-attachments/assets/b8a8e84c-4f5c-495c-ab8a-6e655ae53275" />
141+
<img width="1263" height="936" alt="Telemetry Dashboard - Probe Distribution" src="https://github.com/user-attachments/assets/b8a8e84c-4f5c-495c-ab8a-6e655ae53275" />
142142

143-
<img width="1274" height="944" alt="Screenshot 2025-10-06 at 1 22 10 AM" src="https://github.com/user-attachments/assets/67e19d9d-dab4-443e-82f9-0ad38d7feea1" />
143+
<img width="1274" height="944" alt="Telemetry Dashboard - Key Heatmap" src="https://github.com/user-attachments/assets/67e19d9d-dab4-443e-82f9-0ad38d7feea1" />
144144

145-
<img width="1273" height="933" alt="Screenshot 2025-10-06 at 1 22 20 AM" src="https://github.com/user-attachments/assets/35d19e57-02f0-48af-9d4d-e54fd28feadc" />
145+
<img width="1273" height="933" alt="Telemetry Dashboard - FFT Analytics" src="https://github.com/user-attachments/assets/35d19e57-02f0-48af-9d4d-e54fd28feadc" />
146146

147147
<br>
148148

@@ -152,7 +152,7 @@ This view shows real-time throughput, latency, and probe distribution analytics
152152
It eliminates the need to manually edit `config/config.toml` and ensures all key-value pairs are validated before runtime.
153153

154154

155-
<img width="1283" height="940" alt="Screenshot 2025-10-06 at 1 22 32 AM" src="https://github.com/user-attachments/assets/48c6378a-069b-4e8a-ae66-b2560d69096d" />
155+
<img width="1283" height="940" alt="Config Editor Panel" src="https://github.com/user-attachments/assets/48c6378a-069b-4e8a-ae66-b2560d69096d" />
156156

157157
<br>
158158

@@ -161,23 +161,23 @@ It eliminates the need to manually edit `config/config.toml` and ensures all key
161161
**The Snapshot Inspector** provides an interactive viewer for exploring serialized benchmark snapshots (.pkl, .pkl.gz) generated by the CLI or batch runner.
162162
It allows developers to quickly audit workload state, review load-factor metadata, and filter individual keys without manually unpacking pickle files.
163163

164-
<img width="1276" height="932" alt="Screenshot 2025-10-06 at 1 22 40 AM" src="https://github.com/user-attachments/assets/184e9e1c-b0e6-49ad-a210-4d186700194c" />
164+
<img width="1276" height="932" alt="Snapshot Inspector" src="https://github.com/user-attachments/assets/184e9e1c-b0e6-49ad-a210-4d186700194c" />
165165

166166
## Benchmark Suites
167167

168168
The Benchmark Suites panel provides a visual batch runner and report generator for executing multi-job TOML specifications.
169169
It’s designed for high-throughput testing of multiple backends, parameter combinations, or workload types in a single automated session.
170170

171-
<img width="1277" height="926" alt="Screenshot 2025-10-06 at 1 23 22 AM" src="https://github.com/user-attachments/assets/28fa3d2b-82ed-431b-a60c-4a460af1b4e6" />
171+
<img width="1277" height="926" alt="Benchmark Suites Panel" src="https://github.com/user-attachments/assets/28fa3d2b-82ed-431b-a60c-4a460af1b4e6" />
172172

173173
## Workload DNA Visualizer
174174

175175
The Workload DNA visualizer provides an interactive graphical analysis of workload structure and hash-map distribution characteristics.
176176
It translates raw workload CSV statistics into color-coded histograms that reveal key distribution, probe depth, and entropy patterns in real time.
177177

178-
<img width="1283" height="953" alt="Screenshot 2025-10-06 at 1 23 33 AM" src="https://github.com/user-attachments/assets/2d6db110-4023-40e2-ac2a-cf20a733e52d" />
178+
<img width="1283" height="953" alt="Workload DNA - Distribution Histograms" src="https://github.com/user-attachments/assets/2d6db110-4023-40e2-ac2a-cf20a733e52d" />
179179

180-
<img width="1274" height="945" alt="Screenshot 2025-10-06 at 1 23 45 AM" src="https://github.com/user-attachments/assets/6e951c30-4a15-4e55-ae1e-c4b3a64b32f4" />
180+
<img width="1274" height="945" alt="Workload DNA - Entropy Analysis" src="https://github.com/user-attachments/assets/6e951c30-4a15-4e55-ae1e-c4b3a64b32f4" />
181181

182182

183183

@@ -357,7 +357,7 @@ python -m hashmap_cli verify-snapshot --in snapshots/adaptive.pkl.gz --repair \
357357
- `--probe-json trace.json` loads a trace on startup; press `p` to reload after re-exporting from the CLI.
358358
- **IDE tip**: if you launch this from PyCharm/VSC, make sure the run configuration includes the `--metrics-endpoint` argument; otherwise the script will print the usage banner and exit.
359359

360-
<img width="1165" height="535" alt="image" src="https://github.com/user-attachments/assets/f1b2b72d-bfcd-4c07-b493-78dbe20088db" />
360+
<img width="1165" height="535" alt="Textual TUI Terminal Dashboard" src="https://github.com/user-attachments/assets/f1b2b72d-bfcd-4c07-b493-78dbe20088db" />
361361

362362

363363
## Batch Benchmark Runner

0 commit comments

Comments
 (0)