Skip to content

emanuelmd/erlang_load_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Elixir load test

A simple test that I've ran on my computer to showcase the way Elixir/Erlang handles balance.

There's two parts on this, one is a Phoenix application which accepts requests on some endpoints (consult router.ex for details), two is a nodejs script which sends concurrent request to the Phenios server.

Play with the interval variable or remove it all together.

In order to use start the Phoenix server run the following

  • mix deps.get
  • mix phx.server

In order to use start the nodejs script run the following

  • yarn
  • node src/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published