Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Go Benchmarking & Performance Measurement

porsamber·samber· v1.0.0 · atualizado em 2026-04-10
85
Score

Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace profiles, analyzing results with benchstat, setting up CI benchmark regression detection, or investigating production performance with Prometheus runtime metrics. Also use when the developer needs deep analysis on a specific performance indicator - this skill provides the measurement methodology, while golang-performance provides the optimization patterns.

gogolangbenchmarkingprofilingperformance-measurementpprofbenchstat
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgolang-benchmark/workflow
1
Write Benchmark: — Use `b.Loop()` for accurate timing and prevent compiler optimizations.
2
Run Benchmark: — Execute `go test -bench=. -benchmem -count=10` to gather performance data.
3
Profile: — Generate CPU, memory, or trace profiles using `go test -bench=. -cpuprofile=cpu.prof`.
4
Analyze Profile: — Use `go tool pprof` or `go tool trace` to identify performance bottlenecks.
5
Compare Results: — Use `benchstat` to compare benchmark runs and identify statistically significant changes.
6
Optimize Code: — Apply performance optimization techniques based on profiling results.
7
Verify Improvement: — Re-run benchmarks to confirm performance gains after optimization.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comGo Testing Patterns
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe comGo Performance Optimization
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Compõe comGo Troubleshooting Guide
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
86
Compõe comGo Observability Best Practices
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aTesting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aGo Development Patterns
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aQA Test Planner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81

Árvore do Skill

Go Benchmarking & Performance Measurement
golang-benchmark
Fases Cognitivas7
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.ACT
7.REFLECT
Triggers8
benchmark my go codeprofile go application performanceanalyze go benchmark resultscompare go benchmark performancedetect performance regressions in gomeasure go code performanceoptimize go code performancerun go benchmarks with memory tracking

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download golang-benchmark
$ synaptic skills detail golang-benchmark
$ synaptic skills live golang-benchmark

Links

GitHub Repository