This is an attempt to refactor the code of the load test from chapter 7 to make it easier to understand what is happening here.
Also there is a fix for how to run the test on Windows platform: using ' instead of " will make the shell ignore everything after that character and as a result it will just start normal iex.
This is an attempt to refactor the code of the load test from chapter 7 to make it easier to understand what is happening here.
Also there is a fix for how to run the test on Windows platform: using ' instead of " will make the shell ignore everything after that character and as a result it will just start normal iex.