# `mix dala.bench`
[🔗](https://github.com/manhvu/dala_dev/blob/main/lib/mix/tasks/dala.bench.ex#L1)

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 html

## Options

  * `--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)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
