diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-05-31 16:37:33 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-05 16:37:43 +0700 |
commit | 94b9e9d844ad47c198817e732a54ad286caa346a (patch) | |
tree | 46d3856b47650c0419da22e6fec4e078c248c983 | |
parent | 93397fce3de54985bde3c3f260660a63157077be (diff) | |
download | pleroma-94b9e9d844ad47c198817e732a54ad286caa346a.tar.gz |
Update benchmark mix task
-rw-r--r-- | lib/mix/tasks/benchmark.ex | 2 |
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 |