YAML examples for Blackfire Python
Blackfire profiler for Python applications
yaml- action: "Blackfire Python" type: "BLACKFIRE_PYTHON" integration: "blackfire_integration" version: "3.11" scenario_path: ".blackfire.yml" shell: "SH" execute_commands: - "blackfire run python -m pytest"
Run Blackfire Python CLI
yaml- action: "Run Blackfire Python CLI" type: "BLACKFIRE_PYTHON" version: "latest" execute_commands: - "pip install -r requirements.txt" - "blackfire run bin/console" setup_commands: - "apt-get update && apt-get -y install git" shell: "BASH" integration: "my_integration"