Merge branch 'bugfix/377-stuck-follow-request' into 'develop'
[akkoma] / lib / mix / tasks / benchmark.ex
index 0fbb4dbb14ddb5175d263a3889275aa31a91dc33..e4b1a638af17c23d125d8ab77db4ffaaf60ceb89 100644 (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