PangYiMing/dsh-batch-regression1

dsh-batch-regression

Run one command N rounds and judge by median/distribution instead of a single run

AI 분석

核心用途是进行命令或基准测试的多轮回归评估。适合需要对代码性能、执行时间等指标进行多次测试并获取统计学分布(中位数等)以排除偶然误差的开发者或测试人员。

패키지
dsh-batch-regression
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PangYiMing/dsh-batch-regression

使用 Usage

ROUNDS=5 METRIC=time ./scripts/runner.sh "node bench.js"