원클릭으로
gobench.dev
gobench.dev에는 MarvinJWendt에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Use when creating, editing, or reviewing a Go benchmark in this repo — any change under benchmarks/{slug}/ (*_test.go, a-consts.go, _meta.yml), or when the user asks to add/improve/fix a benchmark or compare Go implementations. Covers the BenchmarkName_behavior naming convention the cmd/ parser depends on, keeping _meta.yml implementation names in sync, writing correct benchmarks (b.N, ResetTimer, dead-code sinks, RunParallel), and how run/generate turn *_test.go into _bench.json. See reference.md for the full _meta.yml schema and parsed JSON shape. Not for frontend/chart work (that's plain repo work) — only for the benchmark subsystem.
Create, modify, and improve Go benchmarks for gobench.dev. Use when working with benchmark *_test.go files, _meta.yml metadata, benchmark correctness, or when the user asks to add, edit, or review a benchmark.