summaryrefslogtreecommitdiff
path: root/benchmarks/mix/tasks
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-12-02 00:17:52 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-12-02 00:18:58 +0400
commit35ba48494f5129d3a0010b045ff36d98e7e7984f (patch)
tree6e03b23681837c364b94e2f8c09b2f31065819b6 /benchmarks/mix/tasks
parent57d0379b89bd323dacf4959b03c55519de173ec0 (diff)
downloadpleroma-35ba48494f5129d3a0010b045ff36d98e7e7984f.tar.gz
pleroma-35ba48494f5129d3a0010b045ff36d98e7e7984f.zip
Stream follow updates
Diffstat (limited to 'benchmarks/mix/tasks')
-rw-r--r--benchmarks/mix/tasks/pleroma/benchmarks/timelines.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/mix/tasks/pleroma/benchmarks/timelines.ex b/benchmarks/mix/tasks/pleroma/benchmarks/timelines.ex
index 9b7ac6111..aed32f194 100644
--- a/benchmarks/mix/tasks/pleroma/benchmarks/timelines.ex
+++ b/benchmarks/mix/tasks/pleroma/benchmarks/timelines.ex
@@ -50,7 +50,7 @@ defmodule Mix.Tasks.Pleroma.Benchmarks.Timelines do
)
users
- |> Enum.each(fn {:ok, follower} -> Pleroma.User.follow(follower, user) end)
+ |> Enum.each(fn {:ok, follower, user} -> Pleroma.User.follow(follower, user) end)
Benchee.run(
%{