All Go files must be gofmt compliant. After modifying any .go files, run:
gofmt -s -w <file>Or verify compliance with:
gofmt -s -l .This command should produce no output if all files are properly formatted.
See benchmark/CLAUDE.md for benchmark usage, environment variables, and comparison workflows.