zyphor 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,6 +100,15 @@ Zyphor provides 7 dedicated observatory panels alongside interactive profilers,
100
100
 
101
101
  ## 📊 Feature Matrix & Benchmark Proof
102
102
 
103
+ ### 📈 Script-Generated Benchmark Charts (Verified Empirical Proof)
104
+
105
+ <div align="center">
106
+ | RAM Footprint & Startup Latency | Sampling CPU Overhead |
107
+ | :--- | :--- |
108
+ | <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/benchmark_ram_latency.png" width="450" alt="RAM Usage & Startup Latency Benchmark Chart"> | <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/benchmark_cpu_overhead.png" width="450" alt="CPU Overhead Benchmark Chart"> |
109
+ <p><em>Empirical data visualizer generated directly from benchmark telemetry harness (<code>python scripts/generate_benchmark_charts.py</code>).</em></p>
110
+ </div>
111
+
103
112
  ### 🚀 Real-Time Terminal Benchmark Output (Verified Proof)
104
113
 
105
114
  <div align="center">
@@ -121,6 +130,7 @@ Zyphor provides 7 dedicated observatory panels alongside interactive profilers,
121
130
  | **Binary Executable Size** | **1.1 MB** | 8.2 MB | 3.5 MB | 45+ MB |
122
131
 
123
132
 
133
+
124
134
  ### Feature Comparison Matrix
125
135
 
126
136
  | Feature / Metric | **Zyphor** | **btop++** | **htop** | **Glances** | **Windows Task Mgr** |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zyphor",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Next-generation native terminal system observatory written in pure Zig",
5
5
  "main": "bin/zyphor.js",
6
6
  "bin": {