Skip to content

Commit 6be3a48

Browse files
committed
docs: standardize Technical Demos & Benchmarks section in FastHardware
1 parent 918f8a5 commit 6be3a48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class Example {
5656
- [Real-Life Examples](#real-life-examples)
5757
- [Performance Benchmarks](#performance-benchmarks)
5858
- [API Quick Reference](#api-quick-reference)
59-
- [Examples & Demos](#examples--demos)
59+
- [Technical Demos & Benchmarks](#technical-demos--benchmarks)
6060
- [Installation](#installation)
6161
- [Documentation](#documentation)
6262
- [Platform Support](#platform-support)
@@ -201,10 +201,10 @@ record HardwareSnapshot(
201201

202202
---
203203

204-
## Examples & Demos
204+
## Technical Demos & Benchmarks
205205

206206
| Case | Java Example | Launcher | Description |
207-
|------|--------------|----------|-------------|
207+
|:---|:---|:---|:---|
208208
| **Live Terminal Dashboard** | [Demo.java](examples/Demo/src/main/java/fasthardware/Demo.java) | `run-demo.bat` | ANSI terminal monitor — CPU%, CPU°C, RAM, GPU°C as neon bars + scrolling sparklines. Pure FastHardware, no extra deps. |
209209
| **JMH Benchmark Suite** | [Benchmark.java](examples/Benchmark/src/main/java/fasthardware/benchmark/Benchmark.java) | `run-benchmark.bat` | 7-group JMH throughput suite — FastHardware native vs Java JMX/Runtime across all telemetry dimensions. |
210210

0 commit comments

Comments
 (0)