Commit d7b933c
committed
ci: add test-unit + bench (smoke) jobs
- test-unit: runs 'zig build test-unit' so host-side Zig unit tests
are exercised in CI (matches feat/string-builtins and
feat/composite-ref-iteration).
- bench: runs 'zig build bench' (Node-driven, ~22000 evaluations
total over 2 fixtures) and prints the latency table to the run
log. Not gated; the goal is visibility, not perf-regression
enforcement (CI runners have variable noise floors).1 parent c1c3358 commit d7b933c
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
57 | 75 | | |
58 | 76 | | |
59 | 77 | | |
| |||
0 commit comments