aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-05-31 16:37:33 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-06-05 16:37:43 +0700
commit94b9e9d844ad47c198817e732a54ad286caa346a (patch)
tree46d3856b47650c0419da22e6fec4e078c248c983
parent93397fce3de54985bde3c3f260660a63157077be (diff)
downloadpleroma-94b9e9d844ad47c198817e732a54ad286caa346a.tar.gz
Update benchmark mix task
-rw-r--r--lib/mix/tasks/benchmark.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/benchmark.ex b/lib/mix/tasks/benchmark.ex
index 0fbb4dbb1..e4b1a638a 100644
--- a/lib/mix/tasks/benchmark.ex
+++ b/lib/mix/tasks/benchmark.ex
@@ -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