PangYiMing/dsh-batch-regression ↗★ 1
dsh-batch-regression
Run one command N rounds and judge by median/distribution instead of a single run
AI Analysis
核心用途是进行命令或基准测试的多轮回归评估。适合需要对代码性能、执行时间等指标进行多次测试并获取统计学分布(中位数等)以排除偶然误差的开发者或测试人员。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PangYiMing/dsh-batch-regressionREADME
Read the full README ↗使用 Usage
ROUNDS=5 METRIC=time ./scripts/runner.sh "node bench.js"