sasa1977 / elixir-in-action

Code samples for Elixir in Action book
947 stars 199 forks source link

Refactor load test code from chapter 7 #4

Closed stefanchrobot closed 8 years ago

stefanchrobot commented 8 years ago

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.

sasa1977 commented 8 years ago

Looking great, thank you for contributing!

stefanchrobot commented 8 years ago

Thanks for such a great book!