summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-03-30 14:48:00 +0000
committerlain <lain@soykaf.club>2020-03-30 14:48:00 +0000
commit8bd5ad8664479b722e6905306f6342f35e2a84d2 (patch)
treecc44801c5826eb663b87ce0b77a3a77b46c6011c /config
parentdabe3aeb9eedf4c376a4a9d46246a3f1e76c943f (diff)
parent96e279655763fedcb701e59c500023a70568c4c6 (diff)
downloadpleroma-8bd5ad8664479b722e6905306f6342f35e2a84d2.tar.gz
pleroma-8bd5ad8664479b722e6905306f6342f35e2a84d2.zip
Merge branch 'benchmark-improvements' into 'develop'
Benchmark improvements See merge request pleroma/pleroma!2308
Diffstat (limited to 'config')
-rw-r--r--config/benchmark.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs
index ff59395cf..e867253eb 100644
--- a/config/benchmark.exs
+++ b/config/benchmark.exs
@@ -39,7 +39,7 @@ config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,
username: "postgres",
password: "postgres",
- database: "pleroma_test",
+ database: "pleroma_benchmark",
hostname: System.get_env("DB_HOST") || "localhost",
pool_size: 10