Update benchmark mix task

This commit is contained in:
Egor Kislitsyn 2019-05-31 16:37:33 +07:00
parent 93397fce3d
commit 94b9e9d844
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ defmodule Mix.Tasks.Pleroma.Benchmark do
Benchee.run(%{
"search" => fn ->
Pleroma.Web.MastodonAPI.MastodonAPIController.status_search(nil, "cofe")
Pleroma.Activity.search(nil, "cofe")
end
})
end