Working directory and paths¶
Prof uses the current working directory to find the Go module and to write bench/. Run from the same place you run go test for that module (usually the module root).
- Benchmark discovery: module-relative to cwd.
- Output:
bench/<tag>/under cwd (terminology). - Config:
prof setupwritesconfig_template.jsonnext togo.modat the module root—keep cwd aligned with that root.