diff options
Diffstat (limited to 'lib/mix/tasks/pleroma')
-rw-r--r-- | lib/mix/tasks/pleroma/benchmark.ex | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/mix/tasks/pleroma/benchmark.ex b/lib/mix/tasks/pleroma/benchmark.ex index 3d37dfa24..3a124a221 100644 --- a/lib/mix/tasks/pleroma/benchmark.ex +++ b/lib/mix/tasks/pleroma/benchmark.ex @@ -79,12 +79,6 @@ defmodule Mix.Tasks.Pleroma.Benchmark do def run(["adapters"]) do start_pleroma() - :ok = - Pleroma.Gun.Conn.open( - "https://httpbin.org/stream-bytes/1500", - :gun_connections - ) - Process.sleep(1_500) Benchee.run( |