Skip to content

esl/amoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9cda4c · Apr 16, 2025
Apr 16, 2025
Nov 26, 2024
Jun 14, 2024
Nov 13, 2019
Nov 29, 2024
Nov 29, 2024
Dec 6, 2023
Jul 19, 2021
Oct 27, 2023
Jan 31, 2015
Apr 16, 2025
Mar 5, 2024
Feb 21, 2024
Apr 16, 2025
Nov 25, 2024

Repository files navigation

A Murder of Crows

Hex Hex Docs codecov


A Murder of Crows, aka amoc, is a simple framework for running massively parallel tests in a distributed environment.

It can be used as a rebar3 dependency:

{deps, [
    {amoc, "3.2.0"}
]}.

or in mix:

defp deps() do
  [
    {:amoc, "~> 3.2"}
  ]
end

MongooseIM is continuously being load tested with Amoc. All the XMPP scenarios can be found here.


In order to implement and run locally your scenarios, follow the chapters about developing and running a scenario locally. Before setting up the distributed environment, please read through the configuration overview.

To see the full documentation, see hexdocs.

You can also try with the livebook demo here:

Run in Livebook