Fix benchmarks
This commit is contained in:
parent
f726d953d5
commit
478f0883eb
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue