Skip to content

3.0.0

Compare
Choose a tag to compare
@NelsonVides NelsonVides released this 19 Dec 09:19
· 91 commits to master since this release
9459926

Highlights

The load-testing framework for massively parallel testing, more generic than ever!

What started as a load-testing tool for our internal use-cases, has grown over years of experience and uncountable use-cases to be a generic tool for load testing, completely flexible to fit any use-case.

This version leaves the specific decisions of your environment to you, exposing comprehensive instrumentation for you to plug your own metrics and logging backends of choice; a clearly documented interface to plug your preferred APIs; and language agnostic, supporting now scenario distribution in a cluster by distributing BEAM bytecode directly and allowing you to provide your own parser for environment variables, so that you can run your scenarios in any language that runs on top of the BEAM.

Where all these choices were enforced, now amoc lets you choose as it fits. For a drop-in replacement of the old amoc, where Graphite, REST, and Erlang have already been chosen, see amoc-arsenal.

What's Changed

Instrumentation:

Distribution and configuration

Documentation and releases

Miscelaneous

Full Changelog: 2.2.1...3.0.0