Files
andros bdd181425b Initial commit: Django LiveView vs Phoenix LiveView benchmark
Docker Compose project with automated Playwright benchmarks comparing
django-liveview 2.2.0 against Phoenix LiveView 1.0 across 6 scenarios.
2026-05-15 15:46:50 +02:00

6 lines
95 B
Elixir

defmodule BenchmarkWeb.Layouts do
use BenchmarkWeb, :html
embed_templates "layouts/*"
end