projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93397fc
)
Update benchmark mix task
author
Egor Kislitsyn
<egor@kislitsyn.com>
Fri, 31 May 2019 09:37:33 +0000
(16:37 +0700)
committer
Egor Kislitsyn
<egor@kislitsyn.com>
Wed, 5 Jun 2019 09:37:43 +0000
(16:37 +0700)
lib/mix/tasks/benchmark.ex
patch
|
blob
|
history
diff --git
a/lib/mix/tasks/benchmark.ex
b/lib/mix/tasks/benchmark.ex
index 0fbb4dbb14ddb5175d263a3889275aa31a91dc33..e4b1a638af17c23d125d8ab77db4ffaaf60ceb89 100644
(file)
--- 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