macOS
brew install vgtlocal Homebrew formula metadata
brew / rang 9979
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vgt pour les workflows d'agents IA.
installation
brew install vgtlocal Homebrew formula metadata
aperçu
Visualising Go Tests
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
vgt | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:vgt |
|---|---|
| Version | 1.0.1 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://threedots.tech/post/go-test-parallelism/ |
| Dépôt | https://github.com/roblaszczak/vgt |
| Dernière mise à jour | 2026-07-26T00:30:32+02:00 |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.