macOS
brew install vgtlocal Homebrew formula metadata
安装
brew install vgtlocal Homebrew formula metadata
概览
Visualising Go Tests
历史
vgt is a small Go developer tool for turning `go test -json` output into a browser visualization. Its niche is test-suite diagnosis: it helps Go developers see test parallelism, slow tests, and the actual schedule produced by the Go test runner.
The public GitHub repository was created on 2024-09-21 by Robert Laszczak. The project was introduced alongside a Three Dots Labs article about why adding CPU cores alone does not necessarily speed up Go test suites, and the README describes vgt as a tool for visualising Go test results in a browser.
The typical workflow is deliberately Unix-like: run `go test -json ./...` and pipe the event stream into `vgt`, or save the JSON output and replay it later. vgt then opens a browser view of the test run, with flags for reading from a file, printing HTML, preserving browser state, and filtering very short durations.
vgt is significant mainly as a focused companion to Go's standard JSON test output. Instead of replacing `go test`, it consumes the standard event stream and makes timing and parallelism visible, which is useful when tuning `t.Parallel`, package-level concurrency, and slow integration-test suites.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
vgt | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:vgt |
|---|---|
| 版本 | 1.0.1 |
| 软件包管理器 | Homebrew |
| 主页 | https://threedots.tech/post/go-test-parallelism/ |
| 仓库 | https://github.com/roblaszczak/vgt |
| 最后更新 | 2026-07-26T00:30:32+02:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.