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/08/13

インストール

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

ドキュメント

README 全文を読む ↗

使用 Usage

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