Run performance benchmarks on dala Elixir nodes.
Examples
# Run standard benchmarks
mix dala.bench
# Run custom benchmark script
mix dala.bench --test test/my_bench.exs
# Compare performance across nodes
mix dala.bench --compare node1@host,node2@host
# Generate HTML report
mix dala.bench --report report.html --format htmlOptions
--test- Path to custom benchmark script--compare- Comma-separated list of nodes to compare--report- Output file for report--format- Report format (text, html, json)--iterations- Number of iterations per benchmark (default: 3)