Raxol.Benchmark.Suites.Comparison (Raxol v2.6.0)

View Source

Static competitor reference numbers for context.

These are published estimates from each framework's documentation and community benchmarks. Raxol's numbers are measured live.

Summary

Functions

Formats a comparison table as a list of lines.

Returns the list of competitor reference data.

Functions

comparison_table(raxol_stats \\ %{})

@spec comparison_table(map()) :: [String.t()]

Formats a comparison table as a list of lines.

competitors()

@spec competitors() :: [
  %{
    name: String.t(),
    language: String.t(),
    render_fps: String.t(),
    startup_ms: String.t(),
    memory_per_widget: String.t(),
    source: String.t()
  }
]

Returns the list of competitor reference data.