Commit f8ed615
authored
feat: add update check, machine-readable output formats, and latency metrics (#18)
- Add UPDATE_CHECK option to notify users of new versions at startup
- Add FORMAT option for machine-readable output (json, yaml, xml)
- Add latency metrics (avg ms) to benchmark results
- Add version injection via Docker build arg
- Add GitHub badges for tag, CodeQL, Tests, Docker Image workflows
- Improve test workflow with continue-on-error for per-step visibility
- Add tests for UPDATE_CHECK and FORMAT validation
- Update README with new options and sample outputs1 parent dab544d commit f8ed615
File tree
6 files changed
+809
-85
lines changed- .github/workflows
6 files changed
+809
-85
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
| |||
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
| 84 | + | |
| 85 | + | |
76 | 86 | | |
77 | 87 | | |
78 | 88 | | |
| |||
0 commit comments