github.com/m3db/m3@v1.5.0/scripts/vagrant/README.md (about)

     1  # Vagrant
     2  
     3  Setup scripts inside of this folder are useful for testing either a cluster on a single node or multiple clusters on separate nodes.
     4  Multi node is useful for testing master/feature differences.
     5  
     6  All single node setup scripts are inside of `./single`.
     7  This setup is generally best for performance testing and benchmarking a single version of M3DB.
     8  
     9  All multi node setup scripts are inside of `./multi`.
    10  This setup is useful for comparing performance of feature branches against `latest`, as well as helping verify correctness of the feature branch.
    11  
    12  All shared scripts are inside of `./shared`.
    13  These are the same for both single/multi node setups.