bdd181425b
Docker Compose project with automated Playwright benchmarks comparing django-liveview 2.2.0 against Phoenix LiveView 1.0 across 6 scenarios.
8 lines
169 B
Elixir
8 lines
169 B
Elixir
import Config
|
|
|
|
config :benchmark, BenchmarkWeb.Endpoint,
|
|
cache_static_manifest: "priv/static/cache_manifest.json",
|
|
check_origin: false
|
|
|
|
config :logger, level: :info
|