bdd181425b
Docker Compose project with automated Playwright benchmarks comparing django-liveview 2.2.0 against Phoenix LiveView 1.0 across 6 scenarios.
8 lines
171 B
Elixir
8 lines
171 B
Elixir
defmodule BenchmarkWeb.ErrorHTML do
|
|
use BenchmarkWeb, :html
|
|
|
|
def render(template, _assigns) do
|
|
Phoenix.Controller.status_message_from_template(template)
|
|
end
|
|
end
|