dsh-k6
Manifest validLoad testing with Grafana k6: smoke-test first, then run scripts and read percentiles from the JSON summary.
dsh-k6
dsh-k6
Grafana k6 的 DeepSeek Harness 插件 —— 让 dsh 智能体编写、运行和分析负载测试。
独立社区项目,非官方。基于 grafana/k6(AGPL-3.0)。
特性
- 4 个原生工具:
k6_version/k6_run/k6_scenarios/k6_smoke - 冒烟测试(1 VU 1 iter)先验证脚本,再跑真实负载
--summary-exportJSON 输出,模型可读 p95/p99/错误率- 最轻量的 CLI 包装(单命令 + 脚本),模式最易复用
安装
- insert:
- id: k6
name: './src/index.js'
config:
k6Path: k6
timeoutMs: 300000
许可
MIT。
Similar plugins
Test-stability tools: repeatedly run vitest/jest/pytest/node:test suites, classify flaky cases, keep history, maintain a quarantine manifest and health self-check.
★ 0
dsh plugin --profile web add dsh-flakefinderCode smell radar: statically scans TODO/FIXME debt, stub implementations, long lines, oversized files and duplicated blocks, with severity-sorted read-only fix suggestions.
★ 0
dsh plugin --profile web add dsh-code-smellby PerryLink
Isolated install-and-smoke test drives for DeepSeek Harness plugins: installs a repo or npm package into a throwaway DSH_HOME profile, verifies the bundle patch layer and boot logs, records a structur
★ 6
Apache-2.0
TypeScript
Sep 12, 2026
dsh plugin --profile web add dsh-test-driveVersion-token-validated in-process result cache for the DSH read tool: repeated reads of unchanged files skip file I/O and line rendering, with a readcache tool for stats and clearing.
★ 0
dsh plugin --profile web add dsh-readcacheRegisters /wrapped, which reads the session's own stats and renders a shareable dark SVG summary card — tool vs. thinking time, decode speed, and a tool/thinking-ratio verdict.
★ 0
dsh plugin --profile web add dsh-wrappedAutomated unit-test generation: a /testgen command and generate_tests tool that scaffold, run, and fix tests until they pass (LLM + offline template generators; vitest/jest/mocha/node:test).
★ 0
dsh plugin --profile web add dsh-testgen