YAML examples for Blackfire GO
Blackfire profiler for Go applications
yaml- action: "Blackfire Go" type: "BLACKFIRE_GO" integration: "blackfire_integration" version: "1.21" scenario_path: "blackfire.yml" shell: "SH" execute_commands: - "blackfire run go test ./..."
Run Blackfire Go CLI
yaml- action: "Run Blackfire Go CLI" type: "BLACKFIRE_GO" version: "latest" execute_commands: - "blackfire run ./go_bin" setup_commands: - "apt-get update && apt-get -y install git" shell: "BASH" integration: "my_integration"