mix bench.comparative (ExVEx v0.2.0)

Copy Markdown View Source

Runs the rotating 4-phase xlsx benchmark across Elixir / Python / Rust.

Each participating runtime must be on PATH:

  • elixir (always available — this is a mix task)
  • python3 + openpyxl installed (pip install -r bench/comparative/python/requirements.txt)
  • cargo with a local Rust toolchain

Missing runtimes are skipped with a warning. The report reflects only the runtimes that actually ran.

Options:

--skip-python Skip the Python implementation even if available. --skip-rust Skip the Rust implementation even if available.