0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. rtk
  2. /
  3. scripts
  4. /
  5. benchmark
  6. /
  7. lib
PPatrick szymkowiakfix(benchmark): address PR review feedback
87ee81f0创建于 4月12日历史提交
文件最后提交记录最后更新时间
report.ts
fix(benchmark): address review feedback from @FlorianBruniaux - Strict exit codes: cargo/python/go tests expect exact exit codes instead of "any" (catches real regressions) - Binary size limit documented: 8MB for ARM Linux VM vs 5MB x86 stripped - --phase NaN guard: error message instead of silent no-op - Verdict: 0 failures = READY, any failure = NOT READY (no more "minor issues" budget) - rtk err exit code bug tracked in #846 Signed-off-by: Patrick szymkowiak <patrick.szymkowiak@innovtech.eu> 1 个月前
test.ts
fix(benchmark): address PR review feedback - Run cargo test directly through testCmd instead of faking results - Add 60s per-test timeout on vmExec to prevent hung suite - Make report path configurable via --report flag (default: project root) - Fix shell injection in testRewrite by escaping single quotes Signed-off-by: Patrick szymkowiak <patrick.szymkowiak@innovtech.eu> 1 个月前
vm.ts
fix(benchmark): address PR review feedback - Run cargo test directly through testCmd instead of faking results - Add 60s per-test timeout on vmExec to prevent hung suite - Make report path configurable via --report flag (default: project root) - Fix shell injection in testRewrite by escaping single quotes Signed-off-by: Patrick szymkowiak <patrick.szymkowiak@innovtech.eu> 1 个月前