skill
직업 분류
설명
업데이트
bench-fast
소프트웨어 개발자
Run a benchmark with minimal iterations to generate assembly code via BenchmarkDotNet's DisassemblyDiagnoser. Use to generate one big assembly code file per benchmark.
2026-01-30
dump-asm
소프트웨어 개발자
Generate assembly for code exercised by a benchmark and organize output into a baseline directory named after the current git branch. Use to generate assembly code that can be diff'd between branches.
2026-01-30
split-asm
소프트웨어 개발자
Split BenchmarkDotNet assembly markdown files into individual files per benchmark method using splitasm. Use to break one big assembly code file per benchmark into one file per benchmark method.
2026-01-30