Skip to content

Commit

Permalink
tweak concurrency when interop testing
Browse files Browse the repository at this point in the history
  • Loading branch information
redink committed Aug 16, 2021
1 parent 5863028 commit 3603b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/script/run.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{options, _, _} = OptionParser.parse(System.argv(), strict: [rounds: :integer, concurrency: :integer, port: :integer])
rounds = Keyword.get(options, :rounds, 100)
concurrency = Keyword.get(options, :concurrency, 10)
concurrency = Keyword.get(options, :concurrency, 1)
port = Keyword.get(options, :port, 0)

IO.puts "Rounds: #{rounds}; concurrency: #{concurrency}; port: #{port}"
Expand Down

0 comments on commit 3603b10

Please sign in to comment.