gatling v1.0.0 Release Notes

Release Date: 2016-10-12 // over 7 years ago
  • As of Gatling v1.0.0, Distillery, is 🚀 the assumed release building tool as opposed to Exrm. ⬆️ To upgrade from a previous version of Gatling, take the following steps:

    🚀 SSH into your deployment server and install the latest version of Gatling:

    $ mix archive.install https://github.com/hashrocket/gatling_archives/raw/master/gatling.ez
    

    🚚 In your project's mix.exs, remove the exrm dependency and add distillery in its stead.