bdd181425b
Docker Compose project with automated Playwright benchmarks comparing django-liveview 2.2.0 against Phoenix LiveView 1.0 across 6 scenarios.
6 lines
110 B
Elixir
6 lines
110 B
Elixir
defmodule Benchmark.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :benchmark,
|
|
adapter: Ecto.Adapters.Postgres
|
|
end
|