Fix benchmarks

This commit is contained in:
Egor Kislitsyn 2019-10-21 15:55:28 +07:00
commit 478f0883eb
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
2 changed files with 6 additions and 6 deletions

View file

@ -39,10 +39,12 @@ defmodule Pleroma.LoadTesting.Fetcher do
"muting_user" => user
}
following = User.following(user)
Benchee.run(%{
"User home timeline" => fn ->
Pleroma.Web.ActivityPub.ActivityPub.fetch_activities(
[user.ap_id | user.following],
following,
home_timeline_params
)
end,
@ -60,7 +62,7 @@ defmodule Pleroma.LoadTesting.Fetcher do
home_activities =
Pleroma.Web.ActivityPub.ActivityPub.fetch_activities(
[user.ap_id | user.following],
following,
home_timeline_params
)