Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
02f8e2a8
Commit
02f8e2a8
authored
Oct 10, 2019
by
lain
Browse files
Gitlab: Run benchmark in CI.
parent
1d285e6f
Pipeline
#18509
failed with stages
in 13 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
02f8e2a8
...
...
@@ -15,6 +15,7 @@ cache:
stages
:
-
build
-
test
-
benchmark
-
deploy
-
release
...
...
@@ -44,6 +45,19 @@ docs-build:
paths
:
-
priv/static/doc
benchmark
:
stage
:
benchmark
variables
:
MIX_ENV
:
benchmark
services
:
-
name
:
lainsoykaf/postgres-with-rum
alias
:
postgres
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
script
:
-
mix deps.get
-
mix ecto.create
-
mix ecto.migrate
-
mix pleroma.benchmark
unit-testing
:
stage
:
test
...
...
config/benchmark.exs
View file @
02f8e2a8
...
...
@@ -29,7 +29,8 @@
email:
"admin@example.com"
,
notify_email:
"noreply@example.com"
,
skip_thread_containment:
false
,
federating:
false
federating:
false
,
external_user_synchronization:
false
config
:pleroma
,
:activitypub
,
sign_object_fetches:
false
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment